Uses of Class
com.amazonaws.encryptionsdk.internal.JceKeyCipher
Packages that use JceKeyCipher
Package
Description
Contains the internal classes that handle the cryptographic defined by the message formats and
algorithms.
-
Uses of JceKeyCipher in com.amazonaws.encryptionsdk.internal
Methods in com.amazonaws.encryptionsdk.internal that return JceKeyCipherModifier and TypeMethodDescriptionstatic JceKeyCipher
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 JceKeyCipherModifierConstructorDescriptionprotected
JceMasterKey(String providerName, String keyId, JceKeyCipher jceKeyCipher)