Uses of Interface
org.codehaus.mojo.keytool.KeyToolRequest
-
Packages that use KeyToolRequest Package Description org.codehaus.mojo.keytool org.codehaus.mojo.keytool.requests -
-
Uses of KeyToolRequest in org.codehaus.mojo.keytool
Classes in org.codehaus.mojo.keytool with type parameters of type KeyToolRequest Modifier and Type Class Description class
AbstractKeyToolRequestMojo<R extends KeyToolRequest>
Abstract keytool mojo implementing theKeyToolRequest
.Subinterfaces of KeyToolRequest in org.codehaus.mojo.keytool Modifier and Type Interface Description interface
KeyToolRequestWithKeyStoreAndAliasParameters
Specifies the common parameters used to control a KeyTool tool invocation.interface
KeyToolRequestWithKeyStoreParameters
Specifies the common parameters used to control a KeyTool tool invocation.Fields in org.codehaus.mojo.keytool with type parameters of type KeyToolRequest Modifier and Type Field Description (package private) java.util.Set<java.lang.Class<? extends KeyToolRequest>>
DefaultKeyToolCommandLineBuilder. unsupportedRequestTypes
Unsupported request types.Methods in org.codehaus.mojo.keytool with type parameters of type KeyToolRequest Modifier and Type Method Description <R extends KeyToolRequest>
booleanDefaultKeyToolCommandLineBuilder. supportRequestType(java.lang.Class<R> requestType)
Test if given request type is supported by the underlined keytool implementation.<R extends KeyToolRequest>
booleanKeyToolCommandLineBuilder. supportRequestType(java.lang.Class<R> requestType)
Test if given request type is supported by the underlined keytool implementation.Methods in org.codehaus.mojo.keytool with parameters of type KeyToolRequest Modifier and Type Method Description protected void
AbstractKeyToolCommandLineBuilder. addKeytoolCommandAndDefaultoptions(org.apache.maven.shared.utils.cli.Commandline cli, java.lang.String keytoolcommand, KeyToolRequest request)
Fill the commandline client with keytool command, optional verbose option and common options from the given request.org.apache.maven.shared.utils.cli.Commandline
DefaultKeyToolCommandLineBuilder. build(KeyToolRequest request)
Build the commandline given the incoming keytool request.org.apache.maven.shared.utils.cli.Commandline
KeyToolCommandLineBuilder. build(KeyToolRequest request)
Build the commandline given the incoming keytool request.void
AbstractKeyToolCommandLineBuilder. checkSupportedRequest(KeyToolRequest request)
Checks that builder can build the given type of request.void
KeyToolCommandLineBuilder. checkSupportedRequest(KeyToolRequest request)
Checks that builder can build the given type of request.protected org.apache.maven.shared.utils.cli.Commandline
DefaultKeyTool. createCommandLine(KeyToolRequest request, java.lang.String javaToolFile)
protected org.apache.maven.shared.utils.cli.StreamConsumer
DefaultKeyTool. createSystemOutStreamConsumer(KeyToolRequest request)
-
Uses of KeyToolRequest in org.codehaus.mojo.keytool.requests
Classes in org.codehaus.mojo.keytool.requests with type parameters of type KeyToolRequest Modifier and Type Class Description class
AbstractKeyToolRequestIT<R extends KeyToolRequest>
abstract test of a keytool request.Classes in org.codehaus.mojo.keytool.requests that implement KeyToolRequest Modifier and Type Class Description class
AbstractKeyToolRequest
Specifies the commons parameters used to control a key tool invocation.class
AbstractKeyToolRequestWithKeyStoreAndAliasParameters
Specifies the commons parameters used to control a key tool invocation which have propviders options.class
AbstractKeyToolRequestWithKeyStoreParameters
Specifies the commons parameters used to control a key tool invocation which have propviders options.class
KeyToolChangeAliasRequest
Request to change an entry alias using the KeyTool tool.class
KeyToolChangeKeyPasswordRequest
Request to change the key password of an entry using the KeyTool tool.class
KeyToolChangeStorePasswordRequest
Request to change the store password of a keystore using the KeyTool tool.class
KeyToolDeleteRequest
Request to delete an entry alias using the KeyTool tool.class
KeyToolExportCertificateRequest
Request to export a certificate using the KeyTool tool.class
KeyToolGenerateCertificateRequest
Request to do a Generate certificate from a certificate request using the KeyTool tool.class
KeyToolGenerateCertificateRequestRequest
Request to do a Generate certificate request using the KeyTool tool.class
KeyToolGenerateKeyPairRequest
Request to generate a key pair using the KeyTool tool.class
KeyToolGenerateSecretKeyRequest
Request to generate a secret key using the KeyTool tool.class
KeyToolImportCertificateRequest
Request to import a certificate using the KeyTool tool.class
KeyToolImportKeystoreRequest
Request to import all entries of a keystore to another keystore using the KeyTool tool.class
KeyToolListRequest
Request to list entries in a keystore using the KeyTool tool.class
KeyToolPrintCertificateRequest
Request to print the content of a certificate using the KeyTool tool.class
KeyToolPrintCertificateRequestRequest
Request to print the content of a certificate request using the KeyTool tool.class
KeyToolPrintCRLFileRequest
Request to print the content of a CRL file using the KeyTool tool.Methods in org.codehaus.mojo.keytool.requests with parameters of type KeyToolRequest Modifier and Type Method Description protected org.apache.maven.shared.utils.cli.javatool.JavaToolResult
AbstractKeyToolRequestIT. executeKeyToolRequest(KeyToolRequest request)
protected void
AbstractKeyToolRequestIT. executeUnsupportedKeyToolRequest(KeyToolRequest request)
-