Uses of Class
com.authlete.sd.Disclosure
-
Uses of Disclosure in com.authlete.sd
Modifier and TypeMethodDescriptionstatic Disclosure
Parse the given string as a disclosure.SDObjectBuilder.putSDClaim
(Disclosure disclosure) Put the digest value of a selectively-disclosable claim.SDObjectBuilder.putSDClaim
(String claimName, Object claimValue) Put the digest value of a selectively-disclosable claim.SDObjectBuilder.putSDClaim
(String salt, String claimName, Object claimValue) Put the digest value of a selectively-disclosable claim.Modifier and TypeMethodDescriptionSDJWT.getDisclosures()
Get the list of disclosures.SDObjectEncoder.getDisclosures()
Get the list ofDisclosure
s yielded as a result of the encoding process.Modifier and TypeMethodDescriptionSDObjectBuilder.putSDClaim
(Disclosure disclosure) Put the digest value of a selectively-disclosable claim.Modifier and TypeMethodDescriptionSDObjectDecoder.decode
(List<?> encodedList, Collection<Disclosure> disclosures) Decode the given list with the specified disclosures and the default hash algorithm ("sha-256
").SDObjectDecoder.decode
(List<?> encodedList, Collection<Disclosure> disclosures, String hashAlgorithm) Decode the given list with the specified disclosures and hash algorithm.SDObjectDecoder.decode
(Map<String, Object> encodedMap, Collection<Disclosure> disclosures) Decode the given map with the specified disclosures.ModifierConstructorDescriptionSDJWT
(String credentialJwt, Collection<Disclosure> disclosures) Constructor with a credential JWT and disclosures.SDJWT
(String credentialJwt, Collection<Disclosure> disclosures, String bindingJwt) Constructor with a credential JWT, disclosures and a binding JWT.