Class PrintCRLFileMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="printCRLFile",
          requiresProject=true)
    public class PrintCRLFileMojo
    extends AbstractKeyToolRequestMojo<KeyToolPrintCRLFileRequest>
    To print the content of a CRL file.

    Implemented as a wrapper around the SDK keytool -printcrl command.

    Note This operation was not implemented by the keytool before jdk 1.7.

    See keystore documentation.

    Since:
    1.2