|
Bouncy Castle Cryptography 1.47 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.crypto.CipherSpi
org.bouncycastle.jce.provider.JCEBlockCipher
public class JCEBlockCipher
| Nested Class Summary | |
|---|---|
static class |
JCEBlockCipher.DES
DES |
static class |
JCEBlockCipher.DESCBC
DESCBC |
static class |
JCEBlockCipher.GOST28147
GOST28147 |
static class |
JCEBlockCipher.GOST28147cbc
|
static class |
JCEBlockCipher.PBEWithAESCBC
PBEWithAES-CBC |
static class |
JCEBlockCipher.PBEWithMD5AndDES
PBEWithMD5AndDES |
static class |
JCEBlockCipher.PBEWithMD5AndRC2
PBEWithMD5AndRC2 |
static class |
JCEBlockCipher.PBEWithSHA1AndDES
PBEWithSHA1AndDES |
static class |
JCEBlockCipher.PBEWithSHA1AndRC2
PBEWithSHA1AndRC2 |
static class |
JCEBlockCipher.PBEWithSHAAnd128BitRC2
PBEWithSHAAnd128BitRC2-CBC |
static class |
JCEBlockCipher.PBEWithSHAAnd40BitRC2
PBEWithSHAAnd40BitRC2-CBC |
static class |
JCEBlockCipher.PBEWithSHAAndTwofish
PBEWithSHAAndTwofish-CBC |
static class |
JCEBlockCipher.RC2
RC2 |
static class |
JCEBlockCipher.RC2CBC
RC2CBC |
| Nested classes/interfaces inherited from interface org.bouncycastle.jcajce.provider.symmetric.util.PBE |
|---|
PBE.Util |
| Field Summary |
|---|
| Fields inherited from interface org.bouncycastle.jcajce.provider.symmetric.util.PBE |
|---|
MD2, MD5, OPENSSL, PKCS12, PKCS5S1, PKCS5S2, RIPEMD160, SHA1, SHA256, TIGER |
| Constructor Summary | |
|---|---|
protected |
JCEBlockCipher(BlockCipher engine)
|
protected |
JCEBlockCipher(BlockCipher engine,
int ivLength)
|
protected |
JCEBlockCipher(BufferedBlockCipher engine,
int ivLength)
|
| Method Summary | |
|---|---|
protected byte[] |
engineDoFinal(byte[] input,
int inputOffset,
int inputLen)
|
protected int |
engineDoFinal(byte[] input,
int inputOffset,
int inputLen,
byte[] output,
int outputOffset)
|
protected int |
engineGetBlockSize()
|
protected byte[] |
engineGetIV()
|
protected int |
engineGetKeySize(java.security.Key key)
|
protected int |
engineGetOutputSize(int inputLen)
|
protected java.security.AlgorithmParameters |
engineGetParameters()
|
protected void |
engineInit(int opmode,
java.security.Key key,
java.security.spec.AlgorithmParameterSpec params,
java.security.SecureRandom random)
|
protected void |
engineInit(int opmode,
java.security.Key key,
java.security.AlgorithmParameters params,
java.security.SecureRandom random)
|
protected void |
engineInit(int opmode,
java.security.Key key,
java.security.SecureRandom random)
|
protected void |
engineSetMode(java.lang.String mode)
|
protected void |
engineSetPadding(java.lang.String padding)
|
protected byte[] |
engineUpdate(byte[] input,
int inputOffset,
int inputLen)
|
protected int |
engineUpdate(byte[] input,
int inputOffset,
int inputLen,
byte[] output,
int outputOffset)
|
| Methods inherited from class javax.crypto.CipherSpi |
|---|
engineDoFinal, engineUnwrap, engineUpdate, engineWrap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected JCEBlockCipher(BlockCipher engine)
protected JCEBlockCipher(BlockCipher engine,
int ivLength)
protected JCEBlockCipher(BufferedBlockCipher engine,
int ivLength)
| Method Detail |
|---|
protected int engineGetBlockSize()
engineGetBlockSize in class javax.crypto.CipherSpiprotected byte[] engineGetIV()
engineGetIV in class javax.crypto.CipherSpiprotected int engineGetKeySize(java.security.Key key)
engineGetKeySize in class javax.crypto.CipherSpiprotected int engineGetOutputSize(int inputLen)
engineGetOutputSize in class javax.crypto.CipherSpiprotected java.security.AlgorithmParameters engineGetParameters()
engineGetParameters in class javax.crypto.CipherSpi
protected void engineSetMode(java.lang.String mode)
throws java.security.NoSuchAlgorithmException
engineSetMode in class javax.crypto.CipherSpijava.security.NoSuchAlgorithmException
protected void engineSetPadding(java.lang.String padding)
throws javax.crypto.NoSuchPaddingException
engineSetPadding in class javax.crypto.CipherSpijavax.crypto.NoSuchPaddingException
protected void engineInit(int opmode,
java.security.Key key,
java.security.spec.AlgorithmParameterSpec params,
java.security.SecureRandom random)
throws java.security.InvalidKeyException,
java.security.InvalidAlgorithmParameterException
engineInit in class javax.crypto.CipherSpijava.security.InvalidKeyException
java.security.InvalidAlgorithmParameterException
protected void engineInit(int opmode,
java.security.Key key,
java.security.AlgorithmParameters params,
java.security.SecureRandom random)
throws java.security.InvalidKeyException,
java.security.InvalidAlgorithmParameterException
engineInit in class javax.crypto.CipherSpijava.security.InvalidKeyException
java.security.InvalidAlgorithmParameterException
protected void engineInit(int opmode,
java.security.Key key,
java.security.SecureRandom random)
throws java.security.InvalidKeyException
engineInit in class javax.crypto.CipherSpijava.security.InvalidKeyException
protected byte[] engineUpdate(byte[] input,
int inputOffset,
int inputLen)
engineUpdate in class javax.crypto.CipherSpi
protected int engineUpdate(byte[] input,
int inputOffset,
int inputLen,
byte[] output,
int outputOffset)
throws javax.crypto.ShortBufferException
engineUpdate in class javax.crypto.CipherSpijavax.crypto.ShortBufferException
protected byte[] engineDoFinal(byte[] input,
int inputOffset,
int inputLen)
throws javax.crypto.IllegalBlockSizeException,
javax.crypto.BadPaddingException
engineDoFinal in class javax.crypto.CipherSpijavax.crypto.IllegalBlockSizeException
javax.crypto.BadPaddingException
protected int engineDoFinal(byte[] input,
int inputOffset,
int inputLen,
byte[] output,
int outputOffset)
throws javax.crypto.IllegalBlockSizeException,
javax.crypto.BadPaddingException
engineDoFinal in class javax.crypto.CipherSpijavax.crypto.IllegalBlockSizeException
javax.crypto.BadPaddingException
|
Bouncy Castle Cryptography 1.47 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||