Uses of Class
software.amazon.encryption.s3.materials.PartialRsaKeyPair
-
Packages that use PartialRsaKeyPair Package Description software.amazon.encryption.s3 software.amazon.encryption.s3.materials -
-
Uses of PartialRsaKeyPair in software.amazon.encryption.s3
Methods in software.amazon.encryption.s3 with parameters of type PartialRsaKeyPair Modifier and Type Method Description S3AsyncEncryptionClient.Builder
S3AsyncEncryptionClient.Builder. rsaKeyPair(PartialRsaKeyPair partialRsaKeyPair)
Specifies a "raw" RSA key pair to use for key wrapping/unwrapping.S3EncryptionClient.Builder
S3EncryptionClient.Builder. rsaKeyPair(PartialRsaKeyPair partialRsaKeyPair)
Specifies a "raw" RSA key pair to use for key wrapping/unwrapping. -
Uses of PartialRsaKeyPair in software.amazon.encryption.s3.materials
Methods in software.amazon.encryption.s3.materials that return PartialRsaKeyPair Modifier and Type Method Description PartialRsaKeyPair
PartialRsaKeyPair.Builder. build()
Methods in software.amazon.encryption.s3.materials with parameters of type PartialRsaKeyPair Modifier and Type Method Description RsaKeyring.Builder
RsaKeyring.Builder. wrappingKeyPair(PartialRsaKeyPair partialRsaKeyPair)
-