Uses of Class
software.amazon.awssdk.checksums.internal.DigestAlgorithm
-
Packages that use DigestAlgorithm Package Description software.amazon.awssdk.checksums.internal -
-
Uses of DigestAlgorithm in software.amazon.awssdk.checksums.internal
Methods in software.amazon.awssdk.checksums.internal that return DigestAlgorithm Modifier and Type Method Description static DigestAlgorithmDigestAlgorithm. valueOf(String name)Returns 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.Constructors in software.amazon.awssdk.checksums.internal with parameters of type DigestAlgorithm Constructor Description DigestAlgorithmChecksum(DigestAlgorithm algorithm)
-