Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.HashAlgorithm
-
Packages that use HashAlgorithm Package Description software.amazon.awssdk.services.pcaconnectorad.model -
-
Uses of HashAlgorithm in software.amazon.awssdk.services.pcaconnectorad.model
Methods in software.amazon.awssdk.services.pcaconnectorad.model that return HashAlgorithm Modifier and Type Method Description static HashAlgorithmHashAlgorithm. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HashAlgorithmTemplateV3. hashAlgorithm()Specifies the hash algorithm used to hash the private key.HashAlgorithmTemplateV4. hashAlgorithm()Specifies the hash algorithm used to hash the private key.static HashAlgorithmHashAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static HashAlgorithm[]HashAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pcaconnectorad.model that return types with arguments of type HashAlgorithm Modifier and Type Method Description static Set<HashAlgorithm>HashAlgorithm. knownValues()Methods in software.amazon.awssdk.services.pcaconnectorad.model with parameters of type HashAlgorithm Modifier and Type Method Description TemplateV3.BuilderTemplateV3.Builder. hashAlgorithm(HashAlgorithm hashAlgorithm)Specifies the hash algorithm used to hash the private key.TemplateV4.BuilderTemplateV4.Builder. hashAlgorithm(HashAlgorithm hashAlgorithm)Specifies the hash algorithm used to hash the private key.
-