| org.bouncycastle.jce.provider.WrapCipherSpi org.bouncycastle.jce.provider.JCEStreamCipher
Inner Class :public static class PBEWithSHAAnd128BitRC4 extends JCEStreamCipher | |
Inner Class :public static class PBEWithSHAAnd40BitRC4 extends JCEStreamCipher | |
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) should never be called. | protected void | engineSetPadding(String padding) should never be called. | protected byte[] | engineUpdate(byte[] input, int inputOffset, int inputLen) | protected int | engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) |
engineDoFinal | protected byte[] engineDoFinal(byte[] input, int inputOffset, int inputLen)(Code) | | |
engineDoFinal | protected int engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset)(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) | | should never be called.
|
engineSetPadding | protected void engineSetPadding(String padding) throws NoSuchPaddingException(Code) | | should never be called.
|
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) throws ShortBufferException(Code) | | |
Methods inherited from org.bouncycastle.jce.provider.WrapCipherSpi | protected byte[] engineDoFinal(byte[] input, int inputOffset, int inputLen) throws IllegalBlockSizeException, BadPaddingException(Code)(Java Doc) protected int engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) throws IllegalBlockSizeException, BadPaddingException(Code)(Java Doc) protected int engineGetBlockSize()(Code)(Java Doc) protected byte[] engineGetIV()(Code)(Java Doc) protected int engineGetKeySize(Key key)(Code)(Java Doc) protected int engineGetOutputSize(int inputLen)(Code)(Java Doc) protected AlgorithmParameters engineGetParameters()(Code)(Java Doc) protected void engineInit(int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random) throws InvalidKeyException, InvalidAlgorithmParameterException(Code)(Java Doc) protected void engineInit(int opmode, Key key, AlgorithmParameters params, SecureRandom random) throws InvalidKeyException, InvalidAlgorithmParameterException(Code)(Java Doc) protected void engineInit(int opmode, Key key, SecureRandom random) throws InvalidKeyException(Code)(Java Doc) protected void engineSetMode(String mode) throws NoSuchAlgorithmException(Code)(Java Doc) protected void engineSetPadding(String padding) throws NoSuchPaddingException(Code)(Java Doc) protected Key engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) throws InvalidKeyException(Code)(Java Doc) protected byte[] engineUpdate(byte[] input, int inputOffset, int inputLen)(Code)(Java Doc) protected int engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) throws ShortBufferException(Code)(Java Doc) protected byte[] engineWrap(Key key) throws IllegalBlockSizeException, java.security.InvalidKeyException(Code)(Java Doc)
|
|
|