Package | Description |
---|---|
org.eclipse.cbi.common.security | |
org.eclipse.cbi.maven.plugins.jarsigner |
Modifier and Type | Method and Description |
---|---|
static MessageDigestAlgorithm |
MessageDigestAlgorithm.fromStandardName(String digestAlgorithmName) |
static MessageDigestAlgorithm |
MessageDigestAlgorithm.valueOf(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 | Method and Description |
---|---|
abstract MessageDigestAlgorithm |
JarSigner.Options.digestAlgorithm() |
Modifier and Type | Method and Description |
---|---|
abstract JarSigner.Options.Builder |
JarSigner.Options.Builder.digestAlgorithm(MessageDigestAlgorithm digestAlgorithm) |
Copyright © 2022 Eclipse Foundation. All rights reserved.