Package | Description |
---|---|
com.amazonaws.services.s3.internal.crypto |
Modifier and Type | Class and Description |
---|---|
(package private) class |
KMSSecuredCEK |
Modifier and Type | Method and Description |
---|---|
private static SecuredCEK |
ContentCryptoMaterial.secureCEK(javax.crypto.SecretKey cek,
EncryptionMaterials materials,
S3KeyWrapScheme kwScheme,
java.security.SecureRandom srand,
java.security.Provider p,
AWSKMSClient kms,
AmazonWebServiceRequest req)
Secure the given CEK.
|
Modifier and Type | Method and Description |
---|---|
static ContentCryptoMaterial |
ContentCryptoMaterial.wrap(javax.crypto.SecretKey cek,
byte[] iv,
ContentCryptoScheme contentCryptoScheme,
java.security.Provider provider,
SecuredCEK cekSecured)
Returns a new instance of
ContentCryptoMaterial by wrapping
the input parameters, including the already secured CEK. |