Uses of Class
software.amazon.awssdk.crt.io.TlsHashAlgorithm
-
Packages that use TlsHashAlgorithm Package Description software.amazon.awssdk.crt.io -
-
Uses of TlsHashAlgorithm in software.amazon.awssdk.crt.io
Methods in software.amazon.awssdk.crt.io that return TlsHashAlgorithm Modifier and Type Method Description TlsHashAlgorithm
TlsKeyOperation. getDigestAlgorithm()
Returns the TLS Hash algorithm used in the digest.static TlsHashAlgorithm
TlsHashAlgorithm. getEnumValueFromInteger(int value)
static TlsHashAlgorithm
TlsHashAlgorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static TlsHashAlgorithm[]
TlsHashAlgorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-