Package | Description |
---|---|
com.amazonaws.services.s3.internal.crypto |
Modifier and Type | Field and Description |
---|---|
private S3KeyWrapScheme |
S3CryptoScheme.kwScheme |
(package private) static S3KeyWrapScheme |
S3KeyWrapScheme.NONE
Used for backward compatibility where the encryption only mode has no
explicit key wrapping scheme.
|
Modifier and Type | Method and Description |
---|---|
(package private) S3KeyWrapScheme |
S3CryptoScheme.getKeyWrapScheme() |
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.
|
Constructor and Description |
---|
S3CryptoScheme(ContentCryptoScheme contentCryptoScheme,
S3KeyWrapScheme kwScheme) |