|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.keytool.requests.AbstractKeyToolRequest
org.codehaus.mojo.keytool.requests.KeyToolPrintCertificateRequest
public class KeyToolPrintCertificateRequest
Request to print the content of a certificate using the KeyTool tool.
Constructor Summary | |
---|---|
KeyToolPrintCertificateRequest()
|
Method Summary | |
---|---|
File |
getFile()
Gets the value of the file field. |
File |
getJarfile()
Gets the value of the jarfile field. |
String |
getSslserver()
Gets the value of the sslserver field. |
boolean |
isRfc()
Gets the value of the rfc field. |
void |
setFile(File file)
|
void |
setJarfile(File jarfile)
|
void |
setRfc(boolean rfc)
|
void |
setSslserver(String sslserver)
|
Methods inherited from class org.codehaus.mojo.keytool.requests.AbstractKeyToolRequest |
---|
getArguments, getSystemErrorStreamConsumer, getSystemOutStreamConsumer, getWorkingDirectory, isVerbose, setArguments, setSystemErrorStreamConsumer, setSystemOutStreamConsumer, setVerbose, setWorkingDirectory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KeyToolPrintCertificateRequest()
Method Detail |
---|
public boolean isRfc()
rfc
field.
rfc
fieldpublic void setRfc(boolean rfc)
rfc
- value of the field rfc
to setpublic File getFile()
file
field.
file
fieldpublic void setFile(File file)
file
- value of the field file
to setpublic String getSslserver()
sslserver
field.
sslserver
fieldpublic void setSslserver(String sslserver)
sslserver
- value of the field sslserver
to setpublic File getJarfile()
jarfile
field.
jarfile
fieldpublic void setJarfile(File jarfile)
jarfile
- value of the field jarfile
to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |