Package | Description |
---|---|
io.jsonwebtoken |
Modifier and Type | Method and Description |
---|---|
protected T |
LocatorAdapter.locate(JwsHeader header)
Returns an object referenced in the specified JWS header, or
null if the referenced
object cannot be found or does not exist. |
Key |
SigningKeyResolverAdapter.resolveSigningKey(JwsHeader header,
byte[] content)
Deprecated.
|
Key |
SigningKeyResolver.resolveSigningKey(JwsHeader header,
byte[] content)
Deprecated.
Returns the signing key that should be used to validate a digital signature for the content JWS with the
specified header and byte array payload.
|
Key |
SigningKeyResolverAdapter.resolveSigningKey(JwsHeader header,
Claims claims)
Deprecated.
|
Key |
SigningKeyResolver.resolveSigningKey(JwsHeader header,
Claims claims)
Deprecated.
Returns the signing key that should be used to validate a digital signature for the Claims JWS with the specified
header and claims.
|
byte[] |
SigningKeyResolverAdapter.resolveSigningKeyBytes(JwsHeader header,
byte[] content)
Deprecated.
Convenience method invoked by
SigningKeyResolverAdapter.resolveSigningKey(JwsHeader, byte[]) that obtains the necessary signing
key bytes. |
byte[] |
SigningKeyResolverAdapter.resolveSigningKeyBytes(JwsHeader header,
Claims claims)
Deprecated.
Convenience method invoked by
SigningKeyResolverAdapter.resolveSigningKey(JwsHeader, Claims) that obtains the necessary signing
key bytes. |
Copyright © 2014–2023 jsonwebtoken.io. All rights reserved.