public class RsaOaepWithSHA512Cipher
extends javax.crypto.CipherSpi
RsaOaepWithSHA512Cipher implements CipherSpi for the
“RSA/ECB/OAEPWithSHA-512ANDMGF1Padding” transformation.Cipher| Constructor and Description |
|---|
RsaOaepWithSHA512Cipher(CloudHsmProvider provider)
Constructs the “RSA/ECB/OAEPWithSHA-512ANDMGF1Padding”
Cipher. |
public RsaOaepWithSHA512Cipher(CloudHsmProvider provider)
Cipher.
This is normally called from Cipher.getInstance(String, Provider).
provider - CloudHSM provider that offers this service.