Package | Description |
---|---|
org.eclipse.cbi.common.security | |
org.eclipse.cbi.maven.plugins.jarsigner | |
org.eclipse.cbi.maven.plugins.jarsigner.mojo |
Modifier and Type | Method and Description |
---|---|
static MessageDigestAlgorithm |
MessageDigestAlgorithm.fromStandardName(java.lang.String digestAlgorithmName) |
static MessageDigestAlgorithm |
MessageDigestAlgorithm.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MessageDigestAlgorithm[] |
MessageDigestAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private MessageDigestAlgorithm |
AutoValue_JarSigner_Options.digestAlgorithm |
private MessageDigestAlgorithm |
AutoValue_JarSigner_Options.Builder.digestAlgorithm |
Modifier and Type | Method and Description |
---|---|
MessageDigestAlgorithm |
AutoValue_JarSigner_Options.digestAlgorithm() |
abstract MessageDigestAlgorithm |
JarSigner.Options.digestAlgorithm() |
(package private) static MessageDigestAlgorithm |
JarResigner.getDigestAlgorithmToReuse(java.nio.file.Path jar) |
Modifier and Type | Method and Description |
---|---|
(package private) static java.util.Set<MessageDigestAlgorithm> |
JarResigner.getAllUsedDigestAlgorithm(java.nio.file.Path jar) |
Modifier and Type | Method and Description |
---|---|
JarSigner.Options.Builder |
AutoValue_JarSigner_Options.Builder.digestAlgorithm(MessageDigestAlgorithm digestAlgorithm) |
abstract JarSigner.Options.Builder |
JarSigner.Options.Builder.digestAlgorithm(MessageDigestAlgorithm digestAlgorithm) |
Constructor and Description |
---|
AutoValue_JarSigner_Options(MessageDigestAlgorithm digestAlgorithm,
SignatureAlgorithm signatureAlgorithm,
java.time.Duration connectTimeout,
java.time.Duration timeout,
java.lang.String sigFile) |
Modifier and Type | Field and Description |
---|---|
private MessageDigestAlgorithm |
SignMojo.digestAlgorithm
The digest algorithm to use for signing the jar file.
|