Uses of Interface
software.amazon.encryption.s3.materials.Keyring
-
Packages that use Keyring Package Description software.amazon.encryption.s3 software.amazon.encryption.s3.materials -
-
Uses of Keyring in software.amazon.encryption.s3
Methods in software.amazon.encryption.s3 with parameters of type Keyring Modifier and Type Method Description S3AsyncEncryptionClient.Builder
S3AsyncEncryptionClient.Builder. keyring(Keyring keyring)
Specifies theKeyring
to use for key wrapping and unwrapping.S3EncryptionClient.Builder
S3EncryptionClient.Builder. keyring(Keyring keyring)
Specifies theKeyring
to use for key wrapping and unwrapping. -
Uses of Keyring in software.amazon.encryption.s3.materials
Classes in software.amazon.encryption.s3.materials that implement Keyring Modifier and Type Class Description class
AesKeyring
This keyring can wrap keys with the active keywrap algorithm and unwrap with the active and legacy algorithms for AES keys.class
KmsDiscoveryKeyring
class
KmsKeyring
This keyring can wrap keys with the active keywrap algorithm and unwrap with the active and legacy algorithms for KMS keys.class
RsaKeyring
This keyring can wrap keys with the active keywrap algorithm and unwrap with the active and legacy algorithms for RSA keys.class
S3Keyring
This serves as the base class for all the keyrings in the S3 encryption client.Methods in software.amazon.encryption.s3.materials with parameters of type Keyring Modifier and Type Method Description DefaultCryptoMaterialsManager.Builder
DefaultCryptoMaterialsManager.Builder. keyring(Keyring keyring)
-