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