public abstract class RSAProxyCipher extends ProxyCipher
cipher_| Constructor and Description |
|---|
RSAProxyCipher()
Creates a new instance of this
RSAv15ProxyCipher. |
| Modifier and Type | Method and Description |
|---|---|
protected byte[] |
engineDoFinal(byte[] input,
int inputOffset,
int inputLen) |
protected int |
engineDoFinal(byte[] input,
int inputOffset,
int inputLen,
byte[] output,
int outputOffset) |
protected int |
engineGetKeySize(Key key) |
protected byte[] |
engineUpdate(byte[] input,
int inputOffset,
int inputLen) |
protected int |
engineUpdate(byte[] input,
int inputOffset,
int inputLen,
byte[] output,
int outputOffset) |
engineGetBlockSize, engineGetIV, engineGetOutputSize, engineGetParameters, engineInit, engineInit, engineInit, engineSetMode, engineSetPadding, engineUnwrap, engineWrap, getAlgorithmInstance, getAlgorithmInstanceUncaught, getCipherName, getInstanceengineDoFinal, engineUpdate, engineUpdateAAD, engineUpdateAADpublic RSAProxyCipher()
throws NoSuchAlgorithmException,
NoSuchProviderException,
NoSuchPaddingException
RSAv15ProxyCipher.protected int engineUpdate(byte[] input,
int inputOffset,
int inputLen,
byte[] output,
int outputOffset)
throws ShortBufferException
engineUpdate in class ProxyCipherShortBufferExceptionCipherSpi.engineUpdate(byte[], int, int, byte[], int)protected byte[] engineUpdate(byte[] input,
int inputOffset,
int inputLen)
engineUpdate in class ProxyCipherCipherSpi.engineUpdate(byte[], int, int)protected int engineDoFinal(byte[] input,
int inputOffset,
int inputLen,
byte[] output,
int outputOffset)
throws ShortBufferException,
IllegalBlockSizeException,
BadPaddingException
engineDoFinal in class ProxyCipherShortBufferExceptionIllegalBlockSizeExceptionBadPaddingExceptionCipherSpi.engineDoFinal(byte[], int, int, byte[], int)protected byte[] engineDoFinal(byte[] input,
int inputOffset,
int inputLen)
throws IllegalBlockSizeException,
BadPaddingException
engineDoFinal in class ProxyCipherIllegalBlockSizeExceptionBadPaddingExceptionCipherSpi.engineDoFinal(byte[], int, int)protected int engineGetKeySize(Key key) throws InvalidKeyException
engineGetKeySize in class CipherSpiInvalidKeyExceptionCipherSpi.engineGetKeySize(java.security.Key)© 2002-2005 IAIK, © 2004, 2006 - 2019 Stiftung SIC