| java.lang.Object org.bouncycastle.jce.provider.BrokenJCEBlockCipher
BrokenJCEBlockCipher | public class BrokenJCEBlockCipher implements BrokenPBE(Code) | | |
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(Key key) | protected int | engineGetOutputSize(int inputLen) | protected AlgorithmParameters | engineGetParameters() | protected void | engineInit(int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random) | protected void | engineInit(int opmode, Key key, AlgorithmParameters params, SecureRandom random) | protected void | engineInit(int opmode, Key key, SecureRandom random) | protected void | engineSetMode(String mode) | protected void | engineSetPadding(String padding) | protected Key | engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) | protected byte[] | engineUpdate(byte[] input, int inputOffset, int inputLen) | protected int | engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) | protected byte[] | engineWrap(Key key) |
BrokenJCEBlockCipher | protected BrokenJCEBlockCipher(BlockCipher engine, int pbeType, int pbeHash, int pbeKeySize, int pbeIvSize)(Code) | | |
engineDoFinal | protected byte[] engineDoFinal(byte[] input, int inputOffset, int inputLen) throws IllegalBlockSizeException, BadPaddingException(Code) | | |
engineDoFinal | protected int engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) throws IllegalBlockSizeException, BadPaddingException(Code) | | |
engineGetBlockSize | protected int engineGetBlockSize()(Code) | | |
engineGetIV | protected byte[] engineGetIV()(Code) | | |
engineGetKeySize | protected int engineGetKeySize(Key key)(Code) | | |
engineGetOutputSize | protected int engineGetOutputSize(int inputLen)(Code) | | |
engineSetMode | protected void engineSetMode(String mode)(Code) | | |
engineSetPadding | protected void engineSetPadding(String padding) throws NoSuchPaddingException(Code) | | |
engineUpdate | protected byte[] engineUpdate(byte[] input, int inputOffset, int inputLen)(Code) | | |
engineUpdate | protected int engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)(Code) | | |
|
|