Google

Bouncy Castle Cryptography 1.11 API Specification: Interface PBE
Bouncy Castle Cryptography 1.11

org.bouncycastle.jce.provider
Interface PBE

All Known Implementing Classes:
JCEMac, JCEStreamCipher, WrapCipherSpi, JCEBlockCipher

public interface PBE


Inner Class Summary
static class PBE.Util
          uses the appropriate mixer to generate the key and IV if neccessary.
 
Field Summary
static int MD5
           
static int PKCS12
           
static int PKCS5S1
           
static int PKCS5S2
           
static int RIPEMD160
           
static int SHA1
           
static int TIGER
           
 

Field Detail

MD5

public static final int MD5

SHA1

public static final int SHA1

RIPEMD160

public static final int RIPEMD160

TIGER

public static final int TIGER

PKCS5S1

public static final int PKCS5S1

PKCS5S2

public static final int PKCS5S2

PKCS12

public static final int PKCS12

Bouncy Castle Cryptography 1.11