Uses of Class
nl.sidnlabs.dnslib.types.DigestType
-
Packages that use DigestType Package Description nl.sidnlabs.dnslib.types -
-
Uses of DigestType in nl.sidnlabs.dnslib.types
Methods in nl.sidnlabs.dnslib.types that return DigestType Modifier and Type Method Description static DigestTypeDigestType. fromValue(short value)static DigestTypeDigestType. valueOf(String name)Returns the enum constant of this type with the specified name.static DigestType[]DigestType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-