Package org.bouncycastle.crypto.tls
Class HashAlgorithm
- java.lang.Object
-
- org.bouncycastle.crypto.tls.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
-
-
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.
-
-
-
Field Detail
-
none
public static final short none
Deprecated.- See Also:
- Constant Field Values
-
md5
public static final short md5
Deprecated.- See Also:
- Constant Field Values
-
sha1
public static final short sha1
Deprecated.- See Also:
- Constant Field Values
-
sha224
public static final short sha224
Deprecated.- See Also:
- Constant Field Values
-
sha256
public static final short sha256
Deprecated.- See Also:
- Constant Field Values
-
sha384
public static final short sha384
Deprecated.- See Also:
- Constant Field Values
-
sha512
public static final short sha512
Deprecated.- See Also:
- Constant Field Values
-
-
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.
-
-