| org.bouncycastle.jce.provider.WrapCipherSpi org.bouncycastle.jce.provider.JCEBlockCipher
Inner Class :public static class PBEWithMD5AndDES extends JCEBlockCipher | |
Inner Class :public static class PBEWithMD5AndRC2 extends JCEBlockCipher | |
Inner Class :public static class PBEWithSHA1AndDES extends JCEBlockCipher | |
Inner Class :public static class PBEWithSHA1AndRC2 extends JCEBlockCipher | |
Inner Class :public static class PBEWithSHAAndDES3Key extends JCEBlockCipher | |
Inner Class :public static class PBEWithSHAAndDES2Key extends JCEBlockCipher | |
Inner Class :public static class PBEWithSHAAnd128BitRC2 extends JCEBlockCipher | |
Inner Class :public static class PBEWithSHAAnd40BitRC2 extends JCEBlockCipher | |
Inner Class :public static class PBEWithSHAAndTwofish extends JCEBlockCipher | |
Inner Class :public static class PBEWithSHAAndIDEA extends JCEBlockCipher | |
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 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) 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) | | |
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) 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)
|
|
|