org.codehaus.mojo.keytool.requests
Class KeyToolPrintCertificateRequest

java.lang.Object
  extended by org.codehaus.mojo.keytool.requests.AbstractKeyToolRequest
      extended by org.codehaus.mojo.keytool.requests.KeyToolPrintCertificateRequest
All Implemented Interfaces:
KeyToolRequest

public class KeyToolPrintCertificateRequest
extends AbstractKeyToolRequest

Request to print the content of a certificate using the KeyTool tool.

Since:
1.1
Author:
tchemit

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

KeyToolPrintCertificateRequest

public KeyToolPrintCertificateRequest()
Method Detail

isRfc

public boolean isRfc()
Gets the value of the rfc field.

Returns:
the value of the rfc field

setRfc

public void setRfc(boolean rfc)
Parameters:
rfc - value of the field rfc to set

getFile

public File getFile()
Gets the value of the file field.

Returns:
the value of the file field

setFile

public void setFile(File file)
Parameters:
file - value of the field file to set

getSslserver

public String getSslserver()
Gets the value of the sslserver field.

Returns:
the value of the sslserver field

setSslserver

public void setSslserver(String sslserver)
Parameters:
sslserver - value of the field sslserver to set

getJarfile

public File getJarfile()
Gets the value of the jarfile field.

Returns:
the value of the jarfile field

setJarfile

public void setJarfile(File jarfile)
Parameters:
jarfile - value of the field jarfile to set


Copyright © 2005-2012 Codehaus. All Rights Reserved.