Uses of Class
software.amazon.awssdk.http.auth.aws.internal.signer.util.SigningAlgorithm
-
Packages that use SigningAlgorithm Package Description software.amazon.awssdk.http.auth.aws.internal.signer.util -
-
Uses of SigningAlgorithm in software.amazon.awssdk.http.auth.aws.internal.signer.util
Methods in software.amazon.awssdk.http.auth.aws.internal.signer.util that return SigningAlgorithm Modifier and Type Method Description static SigningAlgorithmSigningAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static SigningAlgorithm[]SigningAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.http.auth.aws.internal.signer.util with parameters of type SigningAlgorithm Modifier and Type Method Description static byte[]SignerUtils. sign(byte[] data, byte[] key, SigningAlgorithm algorithm)Sign given data using a key and a specific algorithm
-