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