static DigestAlgorithm |
DigestAlgorithm.forHttpHeader(String hashName) |
Returns the digest algorithm associated to the given JWS Http Header Hash
Algorithm.
|
static DigestAlgorithm |
DigestAlgorithm.forJAdES(String algoId) |
Returns the digest algorithm associated with the given identifier, according
to TS 119 182-1, Annex E (Digest algorithms identifiers for JAdES signatures)
|
static DigestAlgorithm |
DigestAlgorithm.forJavaName(String javaName) |
Returns the digest algorithm associated to the given JCE name.
|
static DigestAlgorithm |
DigestAlgorithm.forName(String name) |
Returns the digest algorithm associated to the given name.
|
static DigestAlgorithm |
DigestAlgorithm.forName(String name,
DigestAlgorithm defaultValue) |
Returns the digest algorithm associated to the given name.
|
static DigestAlgorithm |
DigestAlgorithm.forOID(String oid) |
Returns the digest algorithm associated to the given OID.
|
static DigestAlgorithm |
DigestAlgorithm.forXML(String xmlName) |
Returns the digest algorithm associated to the given XML url.
|
DigestAlgorithm |
SignatureAlgorithm.getDigestAlgorithm() |
This method returns the 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.
|