Uses of Interface
software.amazon.awssdk.services.paymentcryptography.model.RootCertificatePublicKey.Builder
-
Packages that use RootCertificatePublicKey.Builder Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of RootCertificatePublicKey.Builder in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return RootCertificatePublicKey.Builder Modifier and Type Method Description static RootCertificatePublicKey.BuilderRootCertificatePublicKey. builder()default RootCertificatePublicKey.BuilderRootCertificatePublicKey.Builder. keyAttributes(Consumer<KeyAttributes.Builder> keyAttributes)The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.RootCertificatePublicKey.BuilderRootCertificatePublicKey.Builder. keyAttributes(KeyAttributes keyAttributes)The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.RootCertificatePublicKey.BuilderRootCertificatePublicKey.Builder. publicKeyCertificate(String publicKeyCertificate)Parameter information for root public key certificate import.RootCertificatePublicKey.BuilderRootCertificatePublicKey. toBuilder()Methods in software.amazon.awssdk.services.paymentcryptography.model that return types with arguments of type RootCertificatePublicKey.Builder Modifier and Type Method Description static Class<? extends RootCertificatePublicKey.Builder>RootCertificatePublicKey. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.paymentcryptography.model with type arguments of type RootCertificatePublicKey.Builder Modifier and Type Method Description static ImportKeyMaterialImportKeyMaterial. fromRootCertificatePublicKey(Consumer<RootCertificatePublicKey.Builder> rootCertificatePublicKey)Create an instance of this class withImportKeyMaterial.rootCertificatePublicKey()initialized to the given value.default ImportKeyMaterial.BuilderImportKeyMaterial.Builder. rootCertificatePublicKey(Consumer<RootCertificatePublicKey.Builder> rootCertificatePublicKey)Parameter information for root public key certificate import.
-