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 TlsSignatureAlgorithmTlsSignatureAlgorithm. getEnumValueFromInteger(int value)TlsSignatureAlgorithmTlsKeyOperation. getSignatureAlgorithm()Returns the TLS algorithm used in the signature.static TlsSignatureAlgorithmTlsSignatureAlgorithm. 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.
-