Package org.bouncycastle.bcpg
Interface HashAlgorithmTags
-
- All Known Implementing Classes:
PGPUtil
public interface HashAlgorithmTagsbasic tags for hash algorithms
-
-
Field Summary
Fields Modifier and Type Field Description static intDOUBLE_SHAstatic intHAVAL_5_160static intMD2static intMD4static intMD5static intRIPEMD160static intSHA1static intSHA224static intSHA256static intSHA3_224static intSHA3_256static intSHA3_256_OLDstatic intSHA3_384static intSHA3_512static intSHA3_512_OLDstatic intSHA384static intSHA512static intSM3static intTIGER_192
-
-
-
Field Detail
-
MD5
static final int MD5
- See Also:
- Constant Field Values
-
SHA1
static final int SHA1
- See Also:
- Constant Field Values
-
RIPEMD160
static final int RIPEMD160
- See Also:
- Constant Field Values
-
DOUBLE_SHA
static final int DOUBLE_SHA
- See Also:
- Constant Field Values
-
MD2
static final int MD2
- See Also:
- Constant Field Values
-
TIGER_192
static final int TIGER_192
- See Also:
- Constant Field Values
-
HAVAL_5_160
static final int HAVAL_5_160
- See Also:
- Constant Field Values
-
SHA256
static final int SHA256
- See Also:
- Constant Field Values
-
SHA384
static final int SHA384
- See Also:
- Constant Field Values
-
SHA512
static final int SHA512
- See Also:
- Constant Field Values
-
SHA224
static final int SHA224
- See Also:
- Constant Field Values
-
SHA3_256
static final int SHA3_256
- See Also:
- Constant Field Values
-
SHA3_512
static final int SHA3_512
- See Also:
- Constant Field Values
-
MD4
static final int MD4
- See Also:
- Constant Field Values
-
SHA3_224
static final int SHA3_224
- See Also:
- Constant Field Values
-
SHA3_256_OLD
static final int SHA3_256_OLD
- See Also:
- Constant Field Values
-
SHA3_384
static final int SHA3_384
- See Also:
- Constant Field Values
-
SHA3_512_OLD
static final int SHA3_512_OLD
- See Also:
- Constant Field Values
-
SM3
static final int SM3
- See Also:
- Constant Field Values
-
-