Package org.xbill.DNS
Class NSEC3Record.Digest
java.lang.Object
org.xbill.DNS.NSEC3Record.Digest
- Enclosing class:
NSEC3Record
-
Field Summary
Fields -
Method Summary
-
Field Details
-
SHA1
public static final int SHA1SHA-1- See Also:
-
-
Method Details
-
string
Converts an algorithm into its textual representation -
value
Converts a textual representation of an algorithm into its numeric code. Integers in the range 0..255 are also accepted.- Parameters:
s- The textual representation of the algorithm- Returns:
- The algorithm code, or -1 on error.
-