| Package | Description |
|---|---|
| net.jsign |
| Modifier and Type | Method and Description |
|---|---|
static DigestAlgorithm |
DigestAlgorithm.getDefault()
Return the default algorithm (currently SHA-256, SHA-1 has been deprecated since January 1st 2016).
|
static DigestAlgorithm |
DigestAlgorithm.of(org.bouncycastle.asn1.ASN1ObjectIdentifier oid)
Return the algorithm matching the specified object identifier.
|
static DigestAlgorithm |
DigestAlgorithm.of(String name)
Parse the specified value and returns the corresponding digest algorithm.
|
static DigestAlgorithm |
DigestAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DigestAlgorithm[] |
DigestAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2025. All rights reserved.