Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
http_signatures
master
HttpSignatures
Algorithm
Hmac
UnknownAlgorithm
Context
HeaderList
EmptyHeaderList
IllegalHeader
HeaderNotInMessage
Key
KeyStore
Signature
SignatureParameters
SignatureParametersParser
Error
Signer
SigningString
Verification
VerificationAlgorithm
Hmac
UnknownAlgorithm
Verifier
Generated using Crystal 1.14.0
2024-11-26 09:54:35 UTC
class
HttpSignatures::
Signer
HttpSignatures::Signer
Reference
Object
Defined in:
http_signatures/signer.cr
Constant Summary
AUTHORIZATION_SCHEME
=
"Signature"
Constructors
.new
(key : Key, algorithm : Algorithm::Hmac, header_list : HeaderList)
Instance Method Summary
#sign
(message)
Constructor Detail
def self.
new
(key :
Key
, algorithm :
Algorithm::Hmac
, header_list :
HeaderList
)
#
[
View source
]
Instance Method Detail
def
sign
(message)
#
[
View source
]