org.codehaus.mojo.keytool.requests
Class KeyToolPrintCertificateRequestRequest
java.lang.Object
org.codehaus.mojo.keytool.requests.AbstractKeyToolRequest
org.codehaus.mojo.keytool.requests.KeyToolPrintCertificateRequestRequest
- All Implemented Interfaces:
- KeyToolRequest
public class KeyToolPrintCertificateRequestRequest
- extends AbstractKeyToolRequest
Request to print the content of a certificate request using the KeyTool tool.
- Since:
- 1.1
- Author:
- tchemit
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyToolPrintCertificateRequestRequest
public KeyToolPrintCertificateRequestRequest()
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
Copyright © 2005-2012 Codehaus. All Rights Reserved.