Uses of Class
software.amazon.awssdk.services.acm.model.KeyAlgorithm
-
Packages that use KeyAlgorithm Package Description software.amazon.awssdk.services.acm.model -
-
Uses of KeyAlgorithm in software.amazon.awssdk.services.acm.model
Methods in software.amazon.awssdk.services.acm.model that return KeyAlgorithm Modifier and Type Method Description static KeyAlgorithm
KeyAlgorithm. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.KeyAlgorithm
CertificateDetail. keyAlgorithm()
The algorithm that was used to generate the public-private key pair.KeyAlgorithm
CertificateSummary. keyAlgorithm()
The algorithm that was used to generate the public-private key pair.KeyAlgorithm
RequestCertificateRequest. keyAlgorithm()
Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data.static KeyAlgorithm
KeyAlgorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeyAlgorithm[]
KeyAlgorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.acm.model that return types with arguments of type KeyAlgorithm Modifier and Type Method Description List<KeyAlgorithm>
Filters. keyTypes()
Specify one or more algorithms that can be used to generate key pairs.static Set<KeyAlgorithm>
KeyAlgorithm. knownValues()
Methods in software.amazon.awssdk.services.acm.model with parameters of type KeyAlgorithm Modifier and Type Method Description CertificateDetail.Builder
CertificateDetail.Builder. keyAlgorithm(KeyAlgorithm keyAlgorithm)
The algorithm that was used to generate the public-private key pair.CertificateSummary.Builder
CertificateSummary.Builder. keyAlgorithm(KeyAlgorithm keyAlgorithm)
The algorithm that was used to generate the public-private key pair.RequestCertificateRequest.Builder
RequestCertificateRequest.Builder. keyAlgorithm(KeyAlgorithm keyAlgorithm)
Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data.Filters.Builder
Filters.Builder. keyTypes(KeyAlgorithm... keyTypes)
Specify one or more algorithms that can be used to generate key pairs.Method parameters in software.amazon.awssdk.services.acm.model with type arguments of type KeyAlgorithm Modifier and Type Method Description Filters.Builder
Filters.Builder. keyTypes(Collection<KeyAlgorithm> keyTypes)
Specify one or more algorithms that can be used to generate key pairs.
-