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 |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
JceMasterKey(String providerName,
String keyId,
JceKeyCipher jceKeyCipher) |
Copyright © 2023. All rights reserved.