public class RsaOaepWithSHA1Cipher
extends javax.crypto.CipherSpi
RsaOaepWithSHA1Cipher implements CipherSpi for the
“RSA/ECB/OAEPWithSHA-1ANDMGF1Padding” transformation.
CloudHSM does not need a SecureRandom source, as the HSM handles randomness
internally. Any source of SecureRandom passed to Cipher methods will be ignored.
Cipher,
CipherSpi| Constructor and Description |
|---|
RsaOaepWithSHA1Cipher(CloudHsmProvider provider)
Constructs this
CipherSpi with ECB mode and OAEP with SHA1 and MGF1. |
public RsaOaepWithSHA1Cipher(CloudHsmProvider provider)
CipherSpi with ECB mode and OAEP with SHA1 and MGF1.
This is normally called from Cipher.getInstance(String, Provider).
provider - CloudHSM provider that offers this service.