org.codehaus.mojo.keytool.requests
Class KeyToolPrintCRLFileRequest
java.lang.Object
org.codehaus.mojo.keytool.requests.AbstractKeyToolRequest
org.codehaus.mojo.keytool.requests.KeyToolPrintCRLFileRequest
- All Implemented Interfaces:
- KeyToolRequest
public class KeyToolPrintCRLFileRequest
- extends AbstractKeyToolRequest
Request to print the content of a CRL file 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 |
KeyToolPrintCRLFileRequest
public KeyToolPrintCRLFileRequest()
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.