Class HashAlgorithm


  • public class HashAlgorithm
    extends java.lang.Object
    Deprecated.
    Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
    RFC 5246 7.4.1.4.1
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static short md5
      Deprecated.
       
      static short none
      Deprecated.
       
      static short sha1
      Deprecated.
       
      static short sha224
      Deprecated.
       
      static short sha256
      Deprecated.
       
      static short sha384
      Deprecated.
       
      static short sha512
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      HashAlgorithm()
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static java.lang.String getName​(short hashAlgorithm)
      Deprecated.
       
      static java.lang.String getText​(short hashAlgorithm)
      Deprecated.
       
      static boolean isPrivate​(short hashAlgorithm)
      Deprecated.
       
      static boolean isRecognized​(short hashAlgorithm)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HashAlgorithm

        public HashAlgorithm()
        Deprecated.
    • Method Detail

      • getName

        public static java.lang.String getName​(short hashAlgorithm)
        Deprecated.
      • getText

        public static java.lang.String getText​(short hashAlgorithm)
        Deprecated.
      • isPrivate

        public static boolean isPrivate​(short hashAlgorithm)
        Deprecated.
      • isRecognized

        public static boolean isRecognized​(short hashAlgorithm)
        Deprecated.