Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.KeyAttributes
-
Packages that use KeyAttributes Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of KeyAttributes in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return KeyAttributes Modifier and Type Method Description KeyAttributesCreateKeyRequest. keyAttributes()The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.KeyAttributesKey. keyAttributes()The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.KeyAttributesKeySummary. keyAttributes()The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.KeyAttributesRootCertificatePublicKey. keyAttributes()The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.KeyAttributesTrustedCertificatePublicKey. keyAttributes()The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.Methods in software.amazon.awssdk.services.paymentcryptography.model with parameters of type KeyAttributes Modifier and Type Method Description CreateKeyRequest.BuilderCreateKeyRequest.Builder. keyAttributes(KeyAttributes keyAttributes)The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.Key.BuilderKey.Builder. keyAttributes(KeyAttributes keyAttributes)The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.KeySummary.BuilderKeySummary.Builder. keyAttributes(KeyAttributes 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.TrustedCertificatePublicKey.BuilderTrustedCertificatePublicKey.Builder. keyAttributes(KeyAttributes keyAttributes)The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
-