Uses of Enum
software.amazon.awssdk.auth.signer.internal.SigningAlgorithm
Packages that use SigningAlgorithm
-
Uses of SigningAlgorithm in software.amazon.awssdk.auth.signer.internal
Methods in software.amazon.awssdk.auth.signer.internal 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.auth.signer.internal with parameters of type SigningAlgorithmModifier and TypeMethodDescriptionprotected byte[]AbstractAwsSigner.sign(byte[] data, byte[] key, SigningAlgorithm algorithm) protected byte[]AbstractAwsSigner.sign(String stringData, byte[] key, SigningAlgorithm algorithm) protected StringAbstractAwsSigner.signAndBase64Encode(String data, String key, SigningAlgorithm algorithm) Computes an RFC 2104-compliant HMAC signature and returns the result as a Base64 encoded string.