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
Subinterfaces of KeyToolRequest in org.codehaus.mojo.keytool Modifier and Type Interface Description interfaceKeyToolRequestWithKeyStoreAndAliasParametersSpecifies the common parameters used to control a KeyTool tool invocation.interfaceKeyToolRequestWithKeyStoreParametersSpecifies the common parameters used to control a KeyTool tool invocation.Methods in org.codehaus.mojo.keytool with type parameters of type KeyToolRequest Modifier and Type Method Description <R extends KeyToolRequest>
booleanKeyToolCommandLineBuilder. supportRequestType(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 voidAbstractKeyToolCommandLineBuilder. addKeytoolCommandAndDefaultoptions(org.apache.maven.shared.utils.cli.Commandline cli, 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.CommandlineKeyToolCommandLineBuilder. build(KeyToolRequest request)Build the commandline given the incoming keytool request.voidAbstractKeyToolCommandLineBuilder. checkSupportedRequest(KeyToolRequest request)Checks that builder can build the given type of request.voidKeyToolCommandLineBuilder. checkSupportedRequest(KeyToolRequest request)Checks that builder can build the given type of request.protected org.apache.maven.shared.utils.cli.CommandlineDefaultKeyTool. createCommandLine(KeyToolRequest request, String javaToolFile)protected org.apache.maven.shared.utils.cli.StreamConsumerDefaultKeyTool. createSystemOutStreamConsumer(KeyToolRequest request) -
Uses of KeyToolRequest in org.codehaus.mojo.keytool.requests
Classes in org.codehaus.mojo.keytool.requests that implement KeyToolRequest Modifier and Type Class Description classAbstractKeyToolRequestSpecifies the commons parameters used to control a key tool invocation.classAbstractKeyToolRequestWithKeyStoreAndAliasParametersSpecifies the commons parameters used to control a key tool invocation which have propviders options.classAbstractKeyToolRequestWithKeyStoreParametersSpecifies the commons parameters used to control a key tool invocation which have propviders options.classKeyToolChangeAliasRequestRequest to change an entry alias using the KeyTool tool.classKeyToolChangeKeyPasswordRequestRequest to change the key password of an entry using the KeyTool tool.classKeyToolChangeStorePasswordRequestRequest to change the store password of a keystore using the KeyTool tool.classKeyToolDeleteRequestRequest to delete an entry alias using the KeyTool tool.classKeyToolExportCertificateRequestRequest to export a certificate using the KeyTool tool.classKeyToolGenerateCertificateRequestRequest to do a Generate certificate from a certificate request using the KeyTool tool.classKeyToolGenerateCertificateRequestRequestRequest to do a Generate certificate request using the KeyTool tool.classKeyToolGenerateKeyPairRequestRequest to generate a key pair using the KeyTool tool.classKeyToolGenerateSecretKeyRequestRequest to generate a secret key using the KeyTool tool.classKeyToolImportCertificateRequestRequest to import a certificate using the KeyTool tool.classKeyToolImportKeystoreRequestRequest to import all entries of a keystore to another keystore using the KeyTool tool.classKeyToolListRequestRequest to list entries in a keystore using the KeyTool tool.classKeyToolPrintCertificateRequestRequest to print the content of a certificate using the KeyTool tool.classKeyToolPrintCertificateRequestRequestRequest to print the content of a certificate request using the KeyTool tool.classKeyToolPrintCRLFileRequestRequest to print the content of a CRL file using the KeyTool tool.
-