public class DesedeCbcNoPadCipher
extends javax.crypto.CipherSpi
DesedeCbcNoPadCipher implements CipherSpi for the
“DESede/CBC/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,
CipherSpi| Constructor and Description |
|---|
DesedeCbcNoPadCipher(CloudHsmProvider provider)
Constructs this
CipherSpi instance in CBC mode with no padding. |
public DesedeCbcNoPadCipher(CloudHsmProvider provider) throws java.lang.IllegalStateException
CipherSpi instance in CBC mode with no padding.
This is normally called through Cipher.getInstance(String, Provider)
provider - CloudHSM provider that offers this service.java.lang.IllegalStateException - when provider is null.