Package | Description |
---|---|
io.jsonwebtoken.security |
Modifier and Type | Interface and Description |
---|---|
interface |
HashAlgorithm
A
DigestAlgorithm that computes and verifies digests without the use of a cryptographic key, such as for
thumbprints and digital fingerprints. |
interface |
MacAlgorithm
A
SecureDigestAlgorithm that uses symmetric SecretKey s to both compute and verify digests as
message authentication codes (MACs). |
interface |
SecureDigestAlgorithm<S extends Key,V extends Key>
A
DigestAlgorithm that requires a Key to compute and verify the authenticity of digests using either
digital signature or
message
authentication code algorithms. |
interface |
SignatureAlgorithm
A digital signature algorithm computes and
verifies digests using asymmetric public/private key cryptography.
|
Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.