Index
All Classes and Interfaces|All Packages|Serialized Form
A
- AbstractJarSignerRequest - Class in org.apache.maven.shared.jarsigner
-
Specifies the commons parameters used to control a jar signer invocation.
- AbstractJarSignerRequest() - Constructor for class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
B
- build(JarSignerRequest) - Method in class org.apache.maven.shared.jarsigner.JarSignerCommandLineBuilder
- build(JarSignerSignRequest, Commandline) - Method in class org.apache.maven.shared.jarsigner.JarSignerCommandLineBuilder
- build(JarSignerVerifyRequest, Commandline) - Method in class org.apache.maven.shared.jarsigner.JarSignerCommandLineBuilder
- buildUnsignedManifest(Manifest) - Static method in class org.apache.maven.shared.jarsigner.JarSignerUtil
-
Build a new manifest from the given one, removing any signing information inside it.
C
- certchain - Variable in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
-
Location of the extra certchain file to be used during signing.
- checkRequiredState() - Method in class org.apache.maven.shared.jarsigner.JarSignerCommandLineBuilder
- CommandLineConfigurationException - Exception Class in org.apache.maven.shared.jarsigner
-
Signals an error during the construction of the command line used to invoke jar signer.
- CommandLineConfigurationException(String) - Constructor for exception class org.apache.maven.shared.jarsigner.CommandLineConfigurationException
-
Creates a new exception using the specified detail message.
- CommandLineConfigurationException(String, Throwable) - Constructor for exception class org.apache.maven.shared.jarsigner.CommandLineConfigurationException
-
Creates a new exception using the specified detail message and cause.
- createCommandLine(JarSignerRequest, String) - Method in class org.apache.maven.shared.jarsigner.DefaultJarSigner
- createSystemOutStreamConsumer(JarSignerRequest) - Method in class org.apache.maven.shared.jarsigner.DefaultJarSigner
D
- DefaultJarSigner - Class in org.apache.maven.shared.jarsigner
-
Default implementation of component
JarSigner
. - DefaultJarSigner() - Constructor for class org.apache.maven.shared.jarsigner.DefaultJarSigner
-
default constructor
G
- getAlias() - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
-
Gets the value of the
alias
field. - getAlias() - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
-
Gets the value of the
alias
field. - getArchive() - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
-
Gets the value of the
archive
field. - getArchive() - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
-
Gets the value of the
archive
field. - getArguments() - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
-
Gets the value of the
maxMemory
field. - getArguments() - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
-
Gets the value of the
maxMemory
field. - getCertchain() - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
-
Get certificate chain.
- getKeypass() - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
- getKeystore() - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
-
Gets the value of the
keystore
field. - getKeystore() - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
-
Gets the value of the
keystore
field. - getMaxMemory() - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
-
Gets the value of the
maxMemory
field. - getMaxMemory() - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
-
Gets the value of the
maxMemory
field. - getProviderArg() - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
-
Gets the value of the
providerArg
field. - getProviderArg() - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
-
Gets the value of the
providerArg
field. - getProviderClass() - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
-
Gets the value of the
providerClass
field. - getProviderClass() - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
-
Gets the value of the
providerClass
field. - getProviderName() - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
-
Gets the value of the
providerName
field. - getProviderName() - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
-
Gets the value of the
providerName
field. - getSigfile() - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
- getSignedjar() - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
- getStorepass() - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
-
Gets the value of the
storepass
field. - getStorepass() - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
-
Gets the value of the
storepass
field. - getStoretype() - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
-
Gets the value of the
storetype
field. - getStoretype() - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
-
Gets the value of the
storetype
field. - getTsaAlias() - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
- getTsadigestalg() - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
- getTsaLocation() - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
- getTsapolicyid() - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
- getWorkingDirectory() - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
-
Gets the value of the
workingDirectory
field. - getWorkingDirectory() - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
-
Gets the value of the
workingDirectory
field.
I
- isArchiveSigned(File) - Static method in class org.apache.maven.shared.jarsigner.JarSignerUtil
-
Scans an archive for existing signatures.
- isCerts() - Method in class org.apache.maven.shared.jarsigner.JarSignerVerifyRequest
- isManifestFile(String) - Static method in class org.apache.maven.shared.jarsigner.JarSignerUtil
- isProtectedAuthenticationPath() - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
-
Gets the value of the command line tool parameter
- isProtectedAuthenticationPath() - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
-
Gets the value of the command line tool parameter
- isSignatureFile(String) - Static method in class org.apache.maven.shared.jarsigner.JarSignerUtil
-
Checks whether the specified JAR file entry denotes a signature-related file, i.e.
- isVerbose() - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
-
Gets the value of the
verbose
field. - isVerbose() - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
-
Gets the value of the
verbose
field. - isZipFile(File) - Static method in class org.apache.maven.shared.jarsigner.JarSignerUtil
-
Checks whether the specified file is a JAR file.
J
- JarSigner - Interface in org.apache.maven.shared.jarsigner
-
Provides a facade to invoke JarSigner tool.
- JarSignerCommandLineBuilder - Class in org.apache.maven.shared.jarsigner
-
To build the command line for a given
JarSignerRequest
. - JarSignerCommandLineBuilder() - Constructor for class org.apache.maven.shared.jarsigner.JarSignerCommandLineBuilder
- JarSignerRequest - Interface in org.apache.maven.shared.jarsigner
-
Specifies the common parameters used to control a JarSigner tool invocation.
- JarSignerSignRequest - Class in org.apache.maven.shared.jarsigner
-
Specifies the parameters used to control a jar signer sign operation invocation.
- JarSignerSignRequest() - Constructor for class org.apache.maven.shared.jarsigner.JarSignerSignRequest
- JarSignerUtil - Class in org.apache.maven.shared.jarsigner
-
Useful methods.
- JarSignerVerifyRequest - Class in org.apache.maven.shared.jarsigner
-
Specifies the parameters used to control a jar signer verify operation invocation.
- JarSignerVerifyRequest() - Constructor for class org.apache.maven.shared.jarsigner.JarSignerVerifyRequest
O
- org.apache.maven.shared.jarsigner - package org.apache.maven.shared.jarsigner
P
- protectedAuthenticationPath - Variable in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
-
See options.
S
- setAlias(String) - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
-
Sets the new given value to the field
alias
of the request. - setAlias(String) - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
-
Sets the new given value to the field
alias
of the request. - setArchive(File) - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
-
Sets the new given value to the field
archive
of the request. - setArchive(File) - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
-
Sets the new given value to the field
archive
of the request. - setArguments(String...) - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
-
Sets the new given value to the field
arguments
of the request. - setArguments(String...) - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
-
Sets the new given value to the field
arguments
of the request. - setCertchain(File) - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
-
Sets certchain to be used.
- setCerts(boolean) - Method in class org.apache.maven.shared.jarsigner.JarSignerVerifyRequest
- setJarSignerFile(String) - Method in class org.apache.maven.shared.jarsigner.JarSignerCommandLineBuilder
- setKeypass(String) - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
- setKeystore(String) - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
-
Sets the new given value to the field
keystore
of the request. - setKeystore(String) - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
-
Sets the new given value to the field
keystore
of the request. - setLogger(Logger) - Method in class org.apache.maven.shared.jarsigner.JarSignerCommandLineBuilder
-
Deprecated.logger is not used by this class
- setMaxMemory(String) - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
-
Sets the new given value to the field
maxMemory
of the request. - setMaxMemory(String) - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
-
Sets the new given value to the field
maxMemory
of the request. - setProtectedAuthenticationPath(boolean) - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
-
Sets the value of the command line tool parameter
- setProtectedAuthenticationPath(boolean) - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
-
Sets the value of the command line tool parameter
- setProviderArg(String) - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
-
Sets the new given value to the field
providerArg
of the request. - setProviderArg(String) - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
-
Sets the new given value to the field
providerArg
of the request. - setProviderClass(String) - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
-
Sets the new given value to the field
providerClass
of the request. - setProviderClass(String) - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
-
Sets the new given value to the field
providerClass
of the request. - setProviderName(String) - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
-
Sets the new given value to the field
providerName
of the request. - setProviderName(String) - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
-
Sets the new given value to the field
providerName
of the request. - setSigfile(String) - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
- setSignedjar(File) - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
- setStorepass(String) - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
-
Sets the new given value to the field
storepass
of the request. - setStorepass(String) - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
-
Sets the new given value to the field
storepass
of the request. - setStoretype(String) - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
-
Sets the new given value to the field
storetype
of the request. - setStoretype(String) - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
-
Sets the new given value to the field
storetype
of the request. - setTsaAlias(String) - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
- setTsadigestalg(String) - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
- setTsaLocation(String) - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
- setTsapolicyid(String) - Method in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
- setVerbose(boolean) - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
-
Sets the new given value to the field
verbose
of the request. - setVerbose(boolean) - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
-
Sets the new given value to the field
verbose
of the request. - setWorkingDirectory(File) - Method in class org.apache.maven.shared.jarsigner.AbstractJarSignerRequest
-
Sets the new given value to the field
workingDirectory
of the request. - setWorkingDirectory(File) - Method in interface org.apache.maven.shared.jarsigner.JarSignerRequest
-
Sets the new given value to the field
workingDirectory
of the request. - signedjar - Variable in class org.apache.maven.shared.jarsigner.JarSignerSignRequest
-
See options.
U
- unsignArchive(File) - Static method in class org.apache.maven.shared.jarsigner.JarSignerUtil
-
Removes any existing signatures from the specified JAR file.
All Classes and Interfaces|All Packages|Serialized Form