Uses of Class
com.amazonaws.encryptionsdk.internal.JceKeyCipher
-
Packages that use JceKeyCipher Package Description com.amazonaws.encryptionsdk.internal Contains the internal classes that handle the cryptographic defined by the message formats and algorithms.com.amazonaws.encryptionsdk.jce -
-
Uses of JceKeyCipher in com.amazonaws.encryptionsdk.internal
Methods in com.amazonaws.encryptionsdk.internal that return JceKeyCipher Modifier and Type Method Description static JceKeyCipher
JceKeyCipher. aesGcm(SecretKey secretKey)
Returns a new instance of a JceKeyCipher based on the Advanced Encryption Standard in Galois/Counter Mode.static JceKeyCipher
JceKeyCipher. rsa(PublicKey wrappingKey, PrivateKey unwrappingKey, String transformation)
Returns a new instance of a JceKeyCipher based on RSA. -
Uses of JceKeyCipher in com.amazonaws.encryptionsdk.jce
Constructors in com.amazonaws.encryptionsdk.jce with parameters of type JceKeyCipher Constructor Description JceMasterKey(String providerName, String keyId, JceKeyCipher jceKeyCipher)
-