Uses of Class
software.amazon.awssdk.services.acmpca.model.SigningAlgorithm
-
Packages that use SigningAlgorithm Package Description software.amazon.awssdk.services.acmpca.model -
-
Uses of SigningAlgorithm in software.amazon.awssdk.services.acmpca.model
Methods in software.amazon.awssdk.services.acmpca.model that return SigningAlgorithm Modifier and Type Method Description static SigningAlgorithmSigningAlgorithm. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SigningAlgorithmCertificateAuthorityConfiguration. signingAlgorithm()Name of the algorithm your private CA uses to sign certificate requests.SigningAlgorithmIssueCertificateRequest. signingAlgorithm()The name of the algorithm that will be used to sign the certificate to be issued.static SigningAlgorithmSigningAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static SigningAlgorithm[]SigningAlgorithm. 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 SigningAlgorithm Modifier and Type Method Description static Set<SigningAlgorithm>SigningAlgorithm. knownValues()Methods in software.amazon.awssdk.services.acmpca.model with parameters of type SigningAlgorithm Modifier and Type Method Description CertificateAuthorityConfiguration.BuilderCertificateAuthorityConfiguration.Builder. signingAlgorithm(SigningAlgorithm signingAlgorithm)Name of the algorithm your private CA uses to sign certificate requests.IssueCertificateRequest.BuilderIssueCertificateRequest.Builder. signingAlgorithm(SigningAlgorithm signingAlgorithm)The name of the algorithm that will be used to sign the certificate to be issued.
-