- validate(Jwt, String) - Method in class com.atlassian.asap.core.validator.JwtClaimsValidator
-
Checks the validity of the claims contained in a JWT in a given authentication context.
- validate(String) - Static method in class com.atlassian.asap.core.validator.ValidatedKeyId
-
Validates the given key id and upon successful validation returns a
ValidatedKeyId instance.
- ValidatedKeyId - Class in com.atlassian.asap.core.validator
-
Represents a validated key id of the JWT Header.
- valueOf(String) - Static method in enum com.atlassian.asap.api.AlgorithmType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.asap.api.JwsHeader.Header
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.asap.api.JwtClaims.Claim
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.asap.api.SigningAlgorithm
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.atlassian.asap.api.AlgorithmType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.asap.api.JwsHeader.Header
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.asap.api.JwtClaims.Claim
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.asap.api.SigningAlgorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VerifiableJwt - Interface in com.atlassian.asap.core.parser
-
A signed JWT that can be verified using its signature and a public key.
- verifySignature(PublicKey) - Method in interface com.atlassian.asap.core.parser.VerifiableJwt
-
Verify the signature of the given Signed Jwt.
- verifySignature(PublicKey) - Method in class com.atlassian.asap.nimbus.parser.NimbusVerifiableJwt
-