|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.tls.HashAlgorithm
RFC 5246 7.4.1.4.1
Field Summary | |
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 | |
HashAlgorithm()
Deprecated. |
Method Summary | |
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 |
Field Detail |
public static final short none
public static final short md5
public static final short sha1
public static final short sha224
public static final short sha256
public static final short sha384
public static final short sha512
Constructor Detail |
public HashAlgorithm()
Method Detail |
public static java.lang.String getName(short hashAlgorithm)
public static java.lang.String getText(short hashAlgorithm)
public static boolean isPrivate(short hashAlgorithm)
public static boolean isRecognized(short hashAlgorithm)
|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |