Modifier and Type | Method and Description |
---|---|
static StandardDigestAlgorithms |
StandardDigestAlgorithms.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardDigestAlgorithms[] |
StandardDigestAlgorithms.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
WithSignature |
WithSignature.digestedBy(StandardDigestAlgorithms hash) |
WithDigest |
WithDigest.digestedBy(StandardDigestAlgorithms hash)
Adds digest entries to the manifest.
|
Copyright © 2018 earcam. All rights reserved.