org.xbill.DNS
Class DSRecord.Digest

java.lang.Object
  extended by org.xbill.DNS.DSRecord.Digest
Enclosing class:
DSRecord

public static class DSRecord.Digest
extends Object


Field Summary
static int SHA1
          SHA-1
static int SHA256
          SHA-256
static int SHA384
          SHA-384
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SHA1

public static final int SHA1
SHA-1

See Also:
Constant Field Values

SHA256

public static final int SHA256
SHA-256

See Also:
Constant Field Values

SHA384

public static final int SHA384
SHA-384

See Also:
Constant Field Values