Package org.xbill.DNS
Class ZoneMDRecord.Scheme
java.lang.Object
org.xbill.DNS.ZoneMDRecord.Scheme
- Enclosing class:
ZoneMDRecord
ZONEMD Schemes.
- See Also:
-
Field Summary
Fields -
Method Summary
-
Field Details
-
RESERVED
public static final int RESERVEDReserved.- See Also:
-
SIMPLE
public static final int SIMPLESimple ZONEMD collation- See Also:
-
-
Method Details
-
string
Converts an algorithm into its textual representation -
value
Converts a textual representation of a scheme into its numeric code. Integers in the range 0..255 are also accepted.- Parameters:
s- The textual representation of the scheme.- Returns:
- The algorithm code, or -1 for an unknown scheme.
-