public class RsaOaepWithSHA384Cipher
extends javax.crypto.CipherSpi
RsaOaepWithSHA384Cipher implements CipherSpi for the
“RSA/ECB/OAEPWithSHA-384ANDMGF1Padding” 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 |
|---|
RsaOaepWithSHA384Cipher(CloudHsmProvider provider)
Constructs this
CipherSpi with ECB mode and OAEP with SHA384 and MGF1. |
public RsaOaepWithSHA384Cipher(CloudHsmProvider provider)
CipherSpi with ECB mode and OAEP with SHA384 and MGF1.
This is normally called from Cipher.getInstance(String, Provider).
provider - CloudHSM provider that offers this service.