Uses of Enum
org.openapitools.client.model.DigestAlgorithm
Packages that use DigestAlgorithm
-
Uses of DigestAlgorithm in org.openapitools.client.model
Methods in org.openapitools.client.model that return DigestAlgorithmModifier and TypeMethodDescriptionstatic DigestAlgorithmPasswordCredentialHash.getDigestAlgorithm()Get digestAlgorithmstatic DigestAlgorithmReturns the enum constant of this type with the specified name.static DigestAlgorithm[]DigestAlgorithm.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openapitools.client.model with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionPasswordCredentialHash.digestAlgorithm(DigestAlgorithm digestAlgorithm) voidPasswordCredentialHash.setDigestAlgorithm(DigestAlgorithm digestAlgorithm)