Uses of Class
de.adorsys.sdjwt.SdJwtClaimName
-
Packages that use SdJwtClaimName Package Description de.adorsys.sdjwt -
-
Uses of SdJwtClaimName in de.adorsys.sdjwt
Methods in de.adorsys.sdjwt that return SdJwtClaimName Modifier and Type Method Description SdJwtClaimNameAbstractSdJwtClaim. getClaimName()SdJwtClaimNameSdJwtClaim. getClaimName()SdJwtClaimNameUndisclosedClaim. getClaimName()static SdJwtClaimNameSdJwtClaimName. of(String claimName)Methods in de.adorsys.sdjwt that return types with arguments of type SdJwtClaimName Modifier and Type Method Description Map<SdJwtClaimName,DisclosureSpec.DisclosureData>DisclosureSpec. getUndisclosedClaims()Methods in de.adorsys.sdjwt with parameters of type SdJwtClaimName Modifier and Type Method Description Map<Integer,DisclosureSpec.DisclosureData>DisclosureSpec. getDecoyArrayElts(SdJwtClaimName arrayClaimName)Map<Integer,DisclosureSpec.DisclosureData>DisclosureSpec. getUndisclosedArrayElts(SdJwtClaimName arrayClaimName)DisclosureSpec.DisclosureDataDisclosureSpec. getUndisclosedClaim(SdJwtClaimName claimName)booleanDisclosureSpec. hasUndisclosedArrayElts(SdJwtClaimName claimName)booleanDisclosureRedList. isRedListedClaimName(SdJwtClaimName claimName)Method parameters in de.adorsys.sdjwt with type arguments of type SdJwtClaimName Modifier and Type Method Description booleanDisclosureRedList. containsRedListedClaimNames(Collection<SdJwtClaimName> claimNames)static DisclosureRedListDisclosureRedList. of(Set<SdJwtClaimName> redListClaimNames)Constructors in de.adorsys.sdjwt with parameters of type SdJwtClaimName Constructor Description AbstractSdJwtClaim(SdJwtClaimName claimName)VisibleSdJwtClaim(SdJwtClaimName claimName, com.fasterxml.jackson.databind.JsonNode claimValue)
-