public class RSAOAEPProxyCipher extends RSAProxyCipher
cipher_| Constructor and Description |
|---|
RSAOAEPProxyCipher()
Creates a new instance of this
RSAOAEPProxyCipher. |
| Modifier and Type | Method and Description |
|---|---|
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 String |
getCipherName() |
protected static RSAOaepParameterSpec |
XML2PKCS1Spec(RSAOAEPParameterSpec spec) |
engineDoFinal, engineDoFinal, engineGetKeySize, engineUpdate, engineUpdateengineGetBlockSize, engineGetIV, engineGetOutputSize, engineGetParameters, engineSetMode, engineSetPadding, engineUnwrap, engineWrap, getAlgorithmInstance, getAlgorithmInstanceUncaught, getInstanceengineDoFinal, engineUpdate, engineUpdateAAD, engineUpdateAADpublic RSAOAEPProxyCipher()
throws NoSuchAlgorithmException,
NoSuchProviderException,
NoSuchPaddingException
RSAOAEPProxyCipher.protected static final RSAOaepParameterSpec XML2PKCS1Spec(RSAOAEPParameterSpec spec) throws InvalidParameterSpecException
InvalidParameterSpecExceptionprotected String getCipherName()
getCipherName in class ProxyCipherProxyCipher.getCipherName()protected void engineInit(int opmode,
Key key,
AlgorithmParameters params,
SecureRandom random)
throws InvalidKeyException,
InvalidAlgorithmParameterException
protected void engineInit(int opmode,
Key key,
AlgorithmParameterSpec params,
SecureRandom random)
throws InvalidKeyException,
InvalidAlgorithmParameterException
protected void engineInit(int opmode,
Key key,
SecureRandom random)
throws InvalidKeyException
engineInit in class ProxyCipherInvalidKeyExceptionCipherSpi.engineInit(int, java.security.Key,
java.security.SecureRandom)© 2002-2005 IAIK, © 2004, 2006 - 2019 Stiftung SIC