| Package | Description |
|---|---|
| org.eclipse.cbi.common.security | |
| org.eclipse.cbi.maven.plugins.jarsigner |
| Modifier and Type | Method and Description |
|---|---|
static SignatureAlgorithm |
SignatureAlgorithm.fromStandardName(String signatureAlgorithmName) |
static SignatureAlgorithm |
SignatureAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignatureAlgorithm[] |
SignatureAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract SignatureAlgorithm |
JarSigner.Options.signatureAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
abstract JarSigner.Options.Builder |
JarSigner.Options.Builder.signatureAlgorithm(SignatureAlgorithm signatureAlgorithm) |
Copyright © 2023 Eclipse Foundation. All rights reserved.