public class DesedeEcbCipher
extends javax.crypto.CipherSpi
DesedeEcbCipher implements CipherSpi for the “DESede/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 |
|---|
DesedeEcbCipher(CloudHsmProvider provider)
Constructs this
Cipher with defaults of ECB mode and no padding. |
public DesedeEcbCipher(CloudHsmProvider provider) throws java.lang.IllegalStateException
Cipher with defaults of ECB mode and no padding.provider - CloudHSM provider that offers this service.java.lang.IllegalStateException - when provider is null.