Uses of Enum
net.shibboleth.utilities.java.support.codec.StringDigester.OutputFormat
Packages that use StringDigester.OutputFormat
Package
Description
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.OutputFormatModifier and TypeFieldDescriptionprivate 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.OutputFormatModifier and TypeMethodDescriptionstatic StringDigester.OutputFormatReturns 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.OutputFormatModifierConstructorDescriptionStringDigester(String algorithm, StringDigester.OutputFormat format) Constructor.StringDigester(String algorithm, StringDigester.OutputFormat format, Charset charset) Constructor.