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.BuilderS3AsyncEncryptionClient.Builder. rsaKeyPair(PartialRsaKeyPair partialRsaKeyPair)Specifies a "raw" RSA key pair to use for key wrapping/unwrapping.S3EncryptionClient.BuilderS3EncryptionClient.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 PartialRsaKeyPairPartialRsaKeyPair.Builder. build()Methods in software.amazon.encryption.s3.materials with parameters of type PartialRsaKeyPair Modifier and Type Method Description RsaKeyMaterial.BuilderRsaKeyMaterial.Builder. keyMaterial(PartialRsaKeyPair keyMaterial)Sets the RSA key material.RsaKeyring.BuilderRsaKeyring.Builder. wrappingKeyPair(PartialRsaKeyPair partialRsaKeyPair)Constructors in software.amazon.encryption.s3.materials with parameters of type PartialRsaKeyPair Constructor Description RsaKeyMaterial(MaterialsDescription materialsDescription, PartialRsaKeyPair keyMaterial)Creates a new RsaKeyMaterial with the specified materials description and key material.
-