Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractJarsignerMojo - Class in org.apache.maven.plugins.jarsigner
-
Maven Jarsigner Plugin base class.
- AbstractJarsignerMojo() - Constructor for class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
- alias - Variable in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
See options.
- archive - Variable in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
Archive to process.
- archiveDirectory - Variable in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
The base directory to scan for JAR files using Ant-like inclusion/exclusion patterns.
- arguments - Variable in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
List of additional arguments to append to the jarsigner command line.
C
- certchain - Variable in class org.apache.maven.plugins.jarsigner.JarsignerSignMojo
-
Location of the extra certificate chain file.
- certs - Variable in class org.apache.maven.plugins.jarsigner.JarsignerVerifyMojo
-
See options.
- createRequest(File) - Method in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
Creates the jar signer request to be executed.
- createRequest(File) - Method in class org.apache.maven.plugins.jarsigner.JarsignerSignMojo
-
Creates the jar signer request to be executed.
- createRequest(File) - Method in class org.apache.maven.plugins.jarsigner.JarsignerVerifyMojo
-
Creates the jar signer request to be executed.
- currentTsaServer - Variable in class org.apache.maven.plugins.jarsigner.TsaSelector
-
The current TsaServer in use (if any).
D
- decrypt(String) - Method in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
- defaultWaitStrategy(int, Duration) - Method in class org.apache.maven.plugins.jarsigner.JarsignerSignMojo
E
- EMPTY - Static variable in class org.apache.maven.plugins.jarsigner.TsaSelector.TsaServer
- errorWhenNotSigned - Variable in class org.apache.maven.plugins.jarsigner.JarsignerVerifyMojo
-
When
truethis will make the execute() operation fail, throwing an exception, when verifying a non signed jar. - excludeClassifiers - Variable in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
A set of artifact classifiers describing the project attachments that should not be processed.
- excludes - Variable in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
The Ant-like exclusion patterns used to exclude JAR files from processing.
- execute() - Method in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
- executeJarSigner(JarSigner, JarSignerRequest) - Method in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
Executes jarsigner (execute signing or verification for a jar file).
- executeJarSigner(JarSigner, JarSignerRequest) - Method in class org.apache.maven.plugins.jarsigner.JarsignerSignMojo
-
Executes jarsigner (execute signing or verification for a jar file).
- executeJarSigner(JarSigner, JarSignerRequest) - Method in class org.apache.maven.plugins.jarsigner.JarsignerVerifyMojo
F
- failureCount - Variable in class org.apache.maven.plugins.jarsigner.TsaSelector.TsaServer
- findJarfiles() - Method in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
Finds all jar files, by looking at the Maven project and user configuration.
G
- getCommandlineInfo(Commandline) - Method in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
Gets a string representation of a
Commandline. - getCommandlineInfo(Commandline) - Method in class org.apache.maven.plugins.jarsigner.JarsignerSignMojo
- getFileFromArtifact(Artifact) - Method in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
Examines an Artifact and extract the File object pointing to the Artifact jar file.
- getMessage(String, Object...) - Method in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
Gets a message for a given key from the resource bundle backing the implementation.
- getServer() - Method in class org.apache.maven.plugins.jarsigner.TsaSelector
-
Gets the next "best" TSA server to use.
- getStorepass() - Method in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
- getStoretype() - Method in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
- getToolchain() - Method in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
the part with ToolchainManager lookup once we depend on 2.0.9 (have it as prerequisite).
- getTsaAlias() - Method in class org.apache.maven.plugins.jarsigner.TsaSelector.TsaServer
- getTsaDigestAlt() - Method in class org.apache.maven.plugins.jarsigner.TsaSelector.TsaServer
- getTsaPolicyId() - Method in class org.apache.maven.plugins.jarsigner.TsaSelector.TsaServer
- getTsaUrl() - Method in class org.apache.maven.plugins.jarsigner.TsaSelector.TsaServer
I
- includeClassifiers - Variable in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
A set of artifact classifiers describing the project attachments that should be processed.
- includes - Variable in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
The Ant-like inclusion patterns used to select JAR files to process.
- isZipFile(Artifact) - Static method in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
Checks whether the specified artifact is a ZIP file.
J
- jarSigner - Variable in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
- JarsignerSignMojo - Class in org.apache.maven.plugins.jarsigner
-
Signs a project artifact and attachments using jarsigner.
- JarsignerSignMojo() - Constructor for class org.apache.maven.plugins.jarsigner.JarsignerSignMojo
- JarsignerSignMojo.Sleeper - Interface in org.apache.maven.plugins.jarsigner
-
Thread.sleep(long millis) interface to make testing easier
- JarsignerSignMojo.WaitStrategy - Interface in org.apache.maven.plugins.jarsigner
-
Wait/sleep after a signing failure before the next re-try should happen.
- JarsignerVerifyMojo - Class in org.apache.maven.plugins.jarsigner
-
Checks the signatures of a project artifact and attachments using jarsigner.
- JarsignerVerifyMojo() - Constructor for class org.apache.maven.plugins.jarsigner.JarsignerVerifyMojo
K
- keypass - Variable in class org.apache.maven.plugins.jarsigner.JarsignerSignMojo
-
See options.
- keystore - Variable in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
See options.
M
- MAX_WAIT_EXPONENT_ATTEMPT - Static variable in class org.apache.maven.plugins.jarsigner.JarsignerSignMojo
-
Exponent limit for exponential wait after failure function.
- maxMemory - Variable in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
The maximum memory available to the JAR signer, e.g.
- maxRetryDelaySeconds - Variable in class org.apache.maven.plugins.jarsigner.JarsignerSignMojo
-
Maximum delay, in seconds, to wait after a failed attempt before re-trying.
- maxTries - Variable in class org.apache.maven.plugins.jarsigner.JarsignerSignMojo
-
How many times to try to sign a jar (assuming each previous attempt is a failure).
O
- org.apache.maven.plugins.jarsigner - package org.apache.maven.plugins.jarsigner
P
- preProcessArchive(File) - Method in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
Pre-processes a given archive.
- preProcessArchive(File) - Method in class org.apache.maven.plugins.jarsigner.JarsignerSignMojo
- preProcessArchive(File) - Method in class org.apache.maven.plugins.jarsigner.JarsignerVerifyMojo
- processArchive(File) - Method in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
Processes a given archive.
- processArchives(List<File>) - Method in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
Process (sign/verify) a list of archives.
- processArchives(List<File>) - Method in class org.apache.maven.plugins.jarsigner.JarsignerSignMojo
-
Process (sign/verify) a list of archives.
- processAttachedArtifacts - Variable in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
Controls processing of project attachments.
- processMainArtifact - Variable in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
Controls processing of the main artifact produced by the project.
- project - Variable in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
The Maven project.
- protectedAuthenticationPath - Variable in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
Must be set to true if the password must be given via a protected authentication path such as a dedicated PIN reader.
- providerArg - Variable in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
See options.
- providerClass - Variable in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
See options.
- providerName - Variable in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
See options.
R
- registerFailure() - Method in class org.apache.maven.plugins.jarsigner.TsaSelector
-
Register that the current used TsaServer was involved in a jarsigner execution that failed.
- removeExistingSignatures - Variable in class org.apache.maven.plugins.jarsigner.JarsignerSignMojo
-
Indicates whether existing signatures should be removed from the processed JAR files prior to signing them.
S
- securityDispatcher - Variable in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
- session - Variable in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
The current build session instance.
- settings - Variable in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
The Maven settings.
- setWaitStrategy(JarsignerSignMojo.WaitStrategy) - Method in class org.apache.maven.plugins.jarsigner.JarsignerSignMojo
-
Set current WaitStrategy.
- sigfile - Variable in class org.apache.maven.plugins.jarsigner.JarsignerSignMojo
-
See options.
- skip - Variable in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
Set to
trueto disable the plugin. - sleep(long) - Method in interface org.apache.maven.plugins.jarsigner.JarsignerSignMojo.Sleeper
- storepass - Variable in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
See options.
- storetype - Variable in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
See options.
T
- threadCount - Variable in class org.apache.maven.plugins.jarsigner.JarsignerSignMojo
-
Maximum number of parallel threads to use when signing jar files.
- toolchainManager - Variable in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
To obtain a toolchain if possible.
- tsa - Variable in class org.apache.maven.plugins.jarsigner.JarsignerSignMojo
-
URL(s) to Time Stamping Authority (TSA) server(s) to use to timestamp the signing.
- tsaAlias - Variable in class org.apache.maven.plugins.jarsigner.TsaSelector.TsaServer
- tsacert - Variable in class org.apache.maven.plugins.jarsigner.JarsignerSignMojo
-
Alias(es) for certificate(s) in the active keystore used to find a TSA URL.
- tsadigestalg - Variable in class org.apache.maven.plugins.jarsigner.JarsignerSignMojo
-
The message digest algorithm to use in the messageImprint that the TSA server will timestamp.
- tsaDigestAlt - Variable in class org.apache.maven.plugins.jarsigner.TsaSelector.TsaServer
- tsapolicyid - Variable in class org.apache.maven.plugins.jarsigner.JarsignerSignMojo
-
OID(s) to send to the TSA server to identify the policy ID the server should use.
- tsaPolicyId - Variable in class org.apache.maven.plugins.jarsigner.TsaSelector.TsaServer
- tsaSelector - Variable in class org.apache.maven.plugins.jarsigner.JarsignerSignMojo
- TsaSelector - Class in org.apache.maven.plugins.jarsigner
-
Helper class to select a Time Stamping Authority (TSA) server along with parameters to send.
- TsaSelector(String[], String[], String[], String) - Constructor for class org.apache.maven.plugins.jarsigner.TsaSelector
- TsaSelector.TsaServer - Class in org.apache.maven.plugins.jarsigner
-
Representation of a single TSA server and the parameters to use for it
- TsaServer(String, String, String, String) - Constructor for class org.apache.maven.plugins.jarsigner.TsaSelector.TsaServer
- tsaServers - Variable in class org.apache.maven.plugins.jarsigner.TsaSelector
-
List of TSA servers.
- tsaUrl - Variable in class org.apache.maven.plugins.jarsigner.TsaSelector.TsaServer
U
- updateJarSignerRequestWithTsa(JarSignerSignRequest, TsaSelector.TsaServer) - Method in class org.apache.maven.plugins.jarsigner.JarsignerSignMojo
-
Modifies JarSignerRequest with TSA parameters
V
- validateParameters() - Method in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
Validate the user supplied configuration/parameters.
- validateParameters() - Method in class org.apache.maven.plugins.jarsigner.JarsignerSignMojo
- verbose - Variable in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
See options.
W
- waitAfterFailure(int, Duration) - Method in interface org.apache.maven.plugins.jarsigner.JarsignerSignMojo.WaitStrategy
-
Will be called after a signing failure, if a re-try is about to happen.
- waitAfterFailure(int, Duration, JarsignerSignMojo.Sleeper) - Method in class org.apache.maven.plugins.jarsigner.JarsignerSignMojo
-
Package private for testing
- waitStrategy - Variable in class org.apache.maven.plugins.jarsigner.JarsignerSignMojo
-
Current WaitStrategy, to allow for sleeping after a signing failure.
- workingDirectory - Variable in class org.apache.maven.plugins.jarsigner.AbstractJarsignerMojo
-
Location of the working directory.
All Classes and Interfaces|All Packages|Constant Field Values