Uses of Interface
com.amazonaws.encryptionsdk.kms.KmsMethods
-
Packages that use KmsMethods Package Description com.amazonaws.encryptionsdk.kms Contains logic necessary to createMasterKeys backed by AWS KMS keys.com.amazonaws.encryptionsdk.kmssdkv2 Contains logic necessary to createMasterKeys backed by AWS KMS keys. -
-
Uses of KmsMethods in com.amazonaws.encryptionsdk.kms
Classes in com.amazonaws.encryptionsdk.kms that implement KmsMethods Modifier and Type Class Description classAwsKmsMrkAwareMasterKeyRepresents a single Aws KMS key and is used to encrypt/decrypt data withAwsCrypto.classKmsMasterKeyRepresents a single Customer Master Key (CMK) and is used to encrypt/decrypt data withAwsCrypto.classKmsMasterKeyProviderProvidesMasterKeys backed by the AWS Key Management Service. -
Uses of KmsMethods in com.amazonaws.encryptionsdk.kmssdkv2
Classes in com.amazonaws.encryptionsdk.kmssdkv2 that implement KmsMethods Modifier and Type Class Description classAwsKmsMrkAwareMasterKeyRepresents a single Aws KMS key and is used to encrypt/decrypt data withAwsCrypto.classKmsMasterKeyRepresents a single Customer Master Key (CMK) and is used to encrypt/decrypt data withAwsCrypto.classKmsMasterKeyProviderProvidesMasterKeys backed by the AWS Key Management Service.
-