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.BuilderS3AsyncEncryptionClient.Builder. keyring(Keyring keyring)Specifies theKeyringto use for key wrapping and unwrapping.S3EncryptionClient.BuilderS3EncryptionClient.Builder. keyring(Keyring keyring)Specifies theKeyringto 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 classAesKeyringThis keyring can wrap keys with the active keywrap algorithm and unwrap with the active and legacy algorithms for AES keys.classKmsDiscoveryKeyringclassKmsKeyringThis keyring can wrap keys with the active keywrap algorithm and unwrap with the active and legacy algorithms for KMS keys.classRawKeyring<T>This is an abstract base class for keyrings that use raw cryptographic keys (AES + RSA)classRsaKeyringThis keyring can wrap keys with the active keywrap algorithm and unwrap with the active and legacy algorithms for RSA keys.classS3KeyringThis 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.BuilderDefaultCryptoMaterialsManager.Builder. keyring(Keyring keyring)
-