public class RsaEcbPkcsCipher extends RsaEcbCipher
RsaEcbPkcsCipher extends CipherSpi for the “RSA/ECB/PKCS1Padding”
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,
SecureRandom| Constructor and Description |
|---|
RsaEcbPkcsCipher(CloudHsmProvider provider)
Constructs an
RsaEcbCipher with PKCS1 padding. |
public RsaEcbPkcsCipher(CloudHsmProvider provider)
RsaEcbCipher with PKCS1 padding.provider - CloudHSM provider that offers this service.