Uses of Class
com.authlete.sd.Disclosure
-
Uses of Disclosure in com.authlete.sd
Methods in com.authlete.sd that return DisclosureModifier 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.Methods in com.authlete.sd that return types with arguments of type DisclosureModifier and TypeMethodDescriptionSDJWT.getDisclosures()
Get the list of disclosures.SDObjectEncoder.getDisclosures()
Get the list ofDisclosure
s yielded as a result of the encoding process.Methods in com.authlete.sd with parameters of type DisclosureModifier and TypeMethodDescriptionSDObjectBuilder.putSDClaim
(Disclosure disclosure) Put the digest value of a selectively-disclosable claim.Method parameters in com.authlete.sd with type arguments of type DisclosureModifier 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.Constructor parameters in com.authlete.sd with type arguments of type DisclosureModifierConstructorDescriptionSDJWT
(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.