Uses of Class
net.shibboleth.tool.xmlsectool.DigestChoice
-
-
Uses of DigestChoice in net.shibboleth.tool.xmlsectool
Fields in net.shibboleth.tool.xmlsectool declared as DigestChoice Modifier and Type Field Description private DigestChoiceCommandLineArguments. digestDigest algorithm choice for all algorithms.Methods in net.shibboleth.tool.xmlsectool that return DigestChoice Modifier and Type Method Description static DigestChoiceDigestChoice. find(String name)Finds theDigestChoicefor a given digest name.DigestChoiceCommandLineArguments. getDigest()Returns the choice of digest algorithm.static DigestChoiceDigestChoice. 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.Methods in net.shibboleth.tool.xmlsectool with parameters of type DigestChoice Modifier and Type Method Description voidDisallowedAlgorithms. allowDigest(DigestChoice digestChoice)Remove the digest and signature algorithms associated with aDigestChoice.voidDisallowedAlgorithms. disallowDigest(DigestChoice digestChoice)Add the digest and signature algorithms associated with aDigestChoice.
-