Uses of Class
software.amazon.awssdk.services.acmpca.model.KeyAlgorithm
-
Packages that use KeyAlgorithm Package Description software.amazon.awssdk.services.acmpca.model -
-
Uses of KeyAlgorithm in software.amazon.awssdk.services.acmpca.model
Methods in software.amazon.awssdk.services.acmpca.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
CertificateAuthorityConfiguration. keyAlgorithm()
Type of the public key algorithm and size, in bits, of the key pair that your CA creates when it issues a certificate.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.acmpca.model that return types with arguments of type KeyAlgorithm Modifier and Type Method Description static Set<KeyAlgorithm>
KeyAlgorithm. knownValues()
Methods in software.amazon.awssdk.services.acmpca.model with parameters of type KeyAlgorithm Modifier and Type Method Description CertificateAuthorityConfiguration.Builder
CertificateAuthorityConfiguration.Builder. keyAlgorithm(KeyAlgorithm keyAlgorithm)
Type of the public key algorithm and size, in bits, of the key pair that your CA creates when it issues a certificate.
-