Bouncy Castle Cryptography Library 1.81

org.bouncycastle.jcajce.provider.symmetric.util
Interface PBE

All Known Implementing Classes:
BaseBlockCipher, BaseMac, BaseSecretKeyFactory, BaseStreamCipher, BaseWrapCipher, PBESecretKeyFactory

public interface PBE


Nested Class Summary
static class PBE.Util
          uses the appropriate mixer to generate the key and IV if necessary.
 
Field Summary
static int GOST3411
           
static int MD2
           
static int MD5
           
static int OPENSSL
           
static int PKCS12
           
static int PKCS5S1
           
static int PKCS5S1_UTF8
           
static int PKCS5S2
           
static int PKCS5S2_UTF8
           
static int RIPEMD160
           
static int SHA1
           
static int SHA224
           
static int SHA256
           
static int SHA3_224
           
static int SHA3_256
           
static int SHA3_384
           
static int SHA3_512
           
static int SHA384
           
static int SHA512
           
static int SM3
           
static int TIGER
           
 

Field Detail

MD5

public static final int MD5
See Also:
Constant Field Values

SHA1

public static final int SHA1
See Also:
Constant Field Values

RIPEMD160

public static final int RIPEMD160
See Also:
Constant Field Values

TIGER

public static final int TIGER
See Also:
Constant Field Values

SHA256

public static final int SHA256
See Also:
Constant Field Values

MD2

public static final int MD2
See Also:
Constant Field Values

GOST3411

public static final int GOST3411
See Also:
Constant Field Values

SHA224

public static final int SHA224
See Also:
Constant Field Values

SHA384

public static final int SHA384
See Also:
Constant Field Values

SHA512

public static final int SHA512
See Also:
Constant Field Values

SHA3_224

public static final int SHA3_224
See Also:
Constant Field Values

SHA3_256

public static final int SHA3_256
See Also:
Constant Field Values

SHA3_384

public static final int SHA3_384
See Also:
Constant Field Values

SHA3_512

public static final int SHA3_512
See Also:
Constant Field Values

SM3

public static final int SM3
See Also:
Constant Field Values

PKCS5S1

public static final int PKCS5S1
See Also:
Constant Field Values

PKCS5S2

public static final int PKCS5S2
See Also:
Constant Field Values

PKCS12

public static final int PKCS12
See Also:
Constant Field Values

OPENSSL

public static final int OPENSSL
See Also:
Constant Field Values

PKCS5S1_UTF8

public static final int PKCS5S1_UTF8
See Also:
Constant Field Values

PKCS5S2_UTF8

public static final int PKCS5S2_UTF8
See Also:
Constant Field Values

Bouncy Castle Cryptography Library 1.81