|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of XmlSecToolCommandLineArguments.DigestChoice in edu.internet2.middleware.security |
|---|
| Fields in edu.internet2.middleware.security declared as XmlSecToolCommandLineArguments.DigestChoice | |
|---|---|
private XmlSecToolCommandLineArguments.DigestChoice |
XmlSecToolCommandLineArguments.digest
Digest algorithm choice for all algorithms. |
| Fields in edu.internet2.middleware.security with type parameters of type XmlSecToolCommandLineArguments.DigestChoice | |
|---|---|
private Collection<XmlSecToolCommandLineArguments.DigestChoice> |
XmlSecToolCommandLineArguments.blacklistDigests
Collection of digest choices to be blacklisted. |
| Methods in edu.internet2.middleware.security that return XmlSecToolCommandLineArguments.DigestChoice | |
|---|---|
static XmlSecToolCommandLineArguments.DigestChoice |
XmlSecToolCommandLineArguments.DigestChoice.find(String name)
Finds the XmlSecToolCommandLineArguments.DigestChoice for a given digest name. |
XmlSecToolCommandLineArguments.DigestChoice |
XmlSecToolCommandLineArguments.getDigest()
Returns the choice of digest algorithm. |
static XmlSecToolCommandLineArguments.DigestChoice |
XmlSecToolCommandLineArguments.DigestChoice.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static XmlSecToolCommandLineArguments.DigestChoice[] |
XmlSecToolCommandLineArguments.DigestChoice.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in edu.internet2.middleware.security that return types with arguments of type XmlSecToolCommandLineArguments.DigestChoice | |
|---|---|
Collection<XmlSecToolCommandLineArguments.DigestChoice> |
XmlSecToolCommandLineArguments.getBlacklistDigests()
Returns the digests designated to be blacklisted on the command line. |
| Methods in edu.internet2.middleware.security with parameters of type XmlSecToolCommandLineArguments.DigestChoice | |
|---|---|
void |
XmlSecToolCommandLineArguments.Blacklist.addDigest(XmlSecToolCommandLineArguments.DigestChoice digestChoice)
Blacklist the digest and signature algorithms associated with a XmlSecToolCommandLineArguments.DigestChoice. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||