public class RsaEcbNoPaddingCipher extends RsaEcbCipher
RsaEcbNoPaddingCipher extends CipherSpi for the “RSA/ECB/NoPadding”
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 |
|---|
RsaEcbNoPaddingCipher(CloudHsmProvider provider)
Constructs an
RsaEcbCipher with no padding. |
public RsaEcbNoPaddingCipher(CloudHsmProvider provider)
RsaEcbCipher with no padding.provider - CloudHSM provider that offers this service.