Uses of Interface
software.amazon.awssdk.services.paymentcryptography.model.KeyAttributes.Builder
-
Packages that use KeyAttributes.Builder Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of KeyAttributes.Builder in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return KeyAttributes.Builder Modifier and Type Method Description static KeyAttributes.BuilderKeyAttributes. builder()KeyAttributes.BuilderKeyAttributes.Builder. keyAlgorithm(String keyAlgorithm)The key algorithm to be use during creation of an Amazon Web Services Payment Cryptography key.KeyAttributes.BuilderKeyAttributes.Builder. keyAlgorithm(KeyAlgorithm keyAlgorithm)The key algorithm to be use during creation of an Amazon Web Services Payment Cryptography key.KeyAttributes.BuilderKeyAttributes.Builder. keyClass(String keyClass)The type of Amazon Web Services Payment Cryptography key to create, which determines the classification of the cryptographic method and whether Amazon Web Services Payment Cryptography key contains a symmetric key or an asymmetric key pair.KeyAttributes.BuilderKeyAttributes.Builder. keyClass(KeyClass keyClass)The type of Amazon Web Services Payment Cryptography key to create, which determines the classification of the cryptographic method and whether Amazon Web Services Payment Cryptography key contains a symmetric key or an asymmetric key pair.default KeyAttributes.BuilderKeyAttributes.Builder. keyModesOfUse(Consumer<KeyModesOfUse.Builder> keyModesOfUse)The list of cryptographic operations that you can perform using the key.KeyAttributes.BuilderKeyAttributes.Builder. keyModesOfUse(KeyModesOfUse keyModesOfUse)The list of cryptographic operations that you can perform using the key.KeyAttributes.BuilderKeyAttributes.Builder. keyUsage(String keyUsage)The cryptographic usage of an Amazon Web Services Payment Cryptography key as defined in section A.5.2 of the TR-31 spec.KeyAttributes.BuilderKeyAttributes.Builder. keyUsage(KeyUsage keyUsage)The cryptographic usage of an Amazon Web Services Payment Cryptography key as defined in section A.5.2 of the TR-31 spec.KeyAttributes.BuilderKeyAttributes. toBuilder()Methods in software.amazon.awssdk.services.paymentcryptography.model that return types with arguments of type KeyAttributes.Builder Modifier and Type Method Description static Class<? extends KeyAttributes.Builder>KeyAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.paymentcryptography.model with type arguments of type KeyAttributes.Builder Modifier and Type Method Description default CreateKeyRequest.BuilderCreateKeyRequest.Builder. keyAttributes(Consumer<KeyAttributes.Builder> keyAttributes)The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.default ImportKeyCryptogram.BuilderImportKeyCryptogram.Builder. keyAttributes(Consumer<KeyAttributes.Builder> keyAttributes)Sets the value of the KeyAttributes property for this object.default Key.BuilderKey.Builder. keyAttributes(Consumer<KeyAttributes.Builder> keyAttributes)The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.default KeySummary.BuilderKeySummary.Builder. keyAttributes(Consumer<KeyAttributes.Builder> keyAttributes)The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.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.default TrustedCertificatePublicKey.BuilderTrustedCertificatePublicKey.Builder. keyAttributes(Consumer<KeyAttributes.Builder> keyAttributes)The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
-