Package org.xbill.DNS

Class NSEC3Record.Digest

java.lang.Object
org.xbill.DNS.NSEC3Record.Digest
Enclosing class:
NSEC3Record

public static class NSEC3Record.Digest extends Object
  • Field Details

  • Method Details

    • string

      public static String string(int alg)
      Converts an algorithm into its textual representation
    • value

      public static int value(String s)
      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.