org.codehaus.mojo.keytool
Class PrintCertificateRequestMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.keytool.AbstractKeyToolMojo
org.codehaus.mojo.keytool.AbstractKeyToolRequestMojo<KeyToolPrintCertificateRequestRequest>
org.codehaus.mojo.keytool.PrintCertificateRequestMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo
public class PrintCertificateRequestMojo
- extends AbstractKeyToolRequestMojo<KeyToolPrintCertificateRequestRequest>
To print the content of a certificate request.
Implemented as a wrapper around the SDK keytool -printcertreq
command.
See keystore documentation.
- Since:
- 1.2
- Author:
- tchemit
- Requires a Maven project to run:
- true
- Is defined by the goal name:
- printCertificateRequest
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrintCertificateRequestMojo
public PrintCertificateRequestMojo()
- Default contructor.
createKeytoolRequest
protected KeyToolPrintCertificateRequestRequest createKeytoolRequest()
- To prepare the incoming request, says fill it with mojo parameters.
- Overrides:
createKeytoolRequest
in class AbstractKeyToolRequestMojo<KeyToolPrintCertificateRequestRequest>
- Returns:
- the created keytool request
- See Also:
KeyToolRequest
Copyright © 2005-2012 Codehaus. All Rights Reserved.