Uses of Class
com.amazonaws.services.certificatemanager.model.KeyAlgorithm
-
Packages that use KeyAlgorithm Package Description com.amazonaws.services.certificatemanager.model -
-
Uses of KeyAlgorithm in com.amazonaws.services.certificatemanager.model
Methods in com.amazonaws.services.certificatemanager.model that return KeyAlgorithm Modifier and Type Method Description static KeyAlgorithmKeyAlgorithm. fromValue(String value)Use this in place of valueOf.static KeyAlgorithmKeyAlgorithm. 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 com.amazonaws.services.certificatemanager.model with parameters of type KeyAlgorithm Modifier and Type Method Description voidCertificateDetail. setKeyAlgorithm(KeyAlgorithm keyAlgorithm)Asymmetric algorithm used to generate the public and private key pair.CertificateDetailCertificateDetail. withKeyAlgorithm(KeyAlgorithm keyAlgorithm)Asymmetric algorithm used to generate the public and private key pair.
-