Uses of Class
net.shibboleth.utilities.java.support.codec.StringDigester.OutputFormat
-
Packages that use StringDigester.OutputFormat Package Description net.shibboleth.utilities.java.support.codec A set of helper functions for encoding/decoding data to/from different formats. -
-
Uses of StringDigester.OutputFormat in net.shibboleth.utilities.java.support.codec
Fields in net.shibboleth.utilities.java.support.codec declared as StringDigester.OutputFormat Modifier and Type Field Description private StringDigester.OutputFormatStringDigester. outputFormatThe output format instance used to determine how the digested byte[] is converted to the output String.Methods in net.shibboleth.utilities.java.support.codec that return StringDigester.OutputFormat Modifier and Type Method Description static StringDigester.OutputFormatStringDigester.OutputFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static StringDigester.OutputFormat[]StringDigester.OutputFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.shibboleth.utilities.java.support.codec with parameters of type StringDigester.OutputFormat Constructor Description StringDigester(String algorithm, StringDigester.OutputFormat format)Constructor.StringDigester(String algorithm, StringDigester.OutputFormat format, Charset charset)Constructor.
-