Uses of Enum
software.amazon.awssdk.http.auth.aws.internal.signer.util.SigningAlgorithm
Packages that use SigningAlgorithm
-
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 SigningAlgorithmModifier and TypeMethodDescriptionstatic SigningAlgorithmReturns 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 SigningAlgorithmModifier and TypeMethodDescriptionstatic byte[]SignerUtils.sign(byte[] data, byte[] key, SigningAlgorithm algorithm) Sign given data using a key and a specific algorithm