| Modifier and Type | Field and Description |
|---|---|
private DigestChoice |
CommandLineArguments.digest
Digest algorithm choice for all algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
static DigestChoice |
DigestChoice.find(String name)
Finds the
DigestChoice for a given digest name. |
DigestChoice |
CommandLineArguments.getDigest()
Returns the choice of digest algorithm.
|
static DigestChoice |
DigestChoice.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DigestChoice[] |
DigestChoice.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Blacklist.addDigest(DigestChoice digestChoice)
Blacklist the digest and signature algorithms associated with
a
DigestChoice. |
void |
Blacklist.removeDigest(DigestChoice digestChoice)
Whitelist the digest and signature algorithms associated with
a
DigestChoice. |
Copyright © 2011–2016. All rights reserved.