# Functions
FormatCryptoHashAlg returns algorithm name.
GetCNF returns confirmation claim 'cnf'.
GetCryptoHashFromClaims returns crypto hash from claims.
GetDisclosedClaims returns disclosed claims only.
GetDisclosureClaims de-codes disclosures.
GetDisclosureDigests returns digests from claims map considering either SDKey and array elements that are objects with one key, that key being ..
GetHash calculates hash of data using hash function identified by hash.
GetKeyFromVC returns key value from VC.
GetSDAlg returns SD algorithm from claims.
KeyExistsInMap checks if key exists in map.
ParseCombinedFormatForIssuance parses combined format for issuance into CombinedFormatForIssuance parts.
ParseCombinedFormatForPresentation parses combined format for presentation into CombinedFormatForPresentation parts.
ParseCryptoHashAlg returns crypto hash from SD algorithm.
SliceToMap converts slice to map.
VerifyDisclosuresInSDJWT checks for disclosure inclusion in SD-JWT.
VerifyJWT checks that the JWT is valid using nbf, iat, and exp claims (if provided in the JWT).
VerifySigningAlg ensures that a signing algorithm was used that was deemed secure for the application.
VerifyTyp checks JWT header parameters for the SD-JWT component.
# Constants
CombinedFormatSeparator is disclosure separator.
CombinedFormatSeparator is disclosure separator.
CombinedFormatSeparator is disclosure separator.
DisclosureClaimTypeArrayElement array element.
DisclosureClaimTypeObject object.
DisclosureClaimTypePlainText object.
DisclosureClaimTypeUnknown default type for disclosure claim.
CombinedFormatSeparator is disclosure separator.
SDJWTVersionDefault default SD-JWT version for compatibility purposes.
SDJWTVersionV2 SD-JWT v2 spec.
SDJWTVersionV5 SD-JWT v5 spec.
CombinedFormatSeparator is disclosure separator.
# Structs
CombinedFormatForIssuance holds SD-JWT and disclosures.
CombinedFormatForPresentation holds SD-JWT, disclosures and optional holder binding info.
DisclosureClaim defines claim.
# Type aliases
DisclosureClaimType disclosure claim type, used for sd-jwt v5+.
SDJWTVersion represents version SD-JWT according to spec version.