static com.fasterxml.jackson.databind.node.ArrayNode |
SdJwtUtils.decodeDisclosureString(String disclosure) |
|
static String |
SdJwtUtils.readClaim(com.fasterxml.jackson.databind.JsonNode payload,
String claimName) |
|
static long |
SdJwtUtils.readTimeClaim(com.fasterxml.jackson.databind.JsonNode payload,
String claimName) |
|
void |
SdJwt.verify(IssuerSignedJwtVerificationOpts verificationOpts) |
Verifies SD-JWT as to whether the Issuer-signed JWT's signature and disclosures are valid.
|
void |
SdJws.verifyExpClaim() |
|
void |
SdJws.verifyIssClaim(List<String> issuers) |
Verifies that SD-JWT was issued by one of the provided issuers.
|
void |
SdJwtVerificationContext.verifyIssuance(IssuerSignedJwtVerificationOpts issuerSignedJwtVerificationOpts) |
Verifies SD-JWT as to whether the Issuer-signed JWT's signature and disclosures are valid.
|
void |
SdJws.verifyIssuedAtClaim() |
|
void |
SdJws.verifyNotBeforeClaim() |
|
void |
SdJwtVerificationContext.verifyPresentation(IssuerSignedJwtVerificationOpts issuerSignedJwtVerificationOpts,
KeyBindingJwtVerificationOpts keyBindingJwtVerificationOpts) |
Verifies SD-JWT presentation.
|
void |
IssuerSignedJWT.verifySdHashAlgorithm() |
Verifies that the SD hash algorithm is understood and deemed secure.
|
void |
SdJws.verifyVctClaim(List<String> vcts) |
Verifies that SD-JWT vct claim matches the expected one.
|