Uses of Class
de.adorsys.sdjwt.vp.KeyBindingJWT
-
Packages that use KeyBindingJWT Package Description de.adorsys.sdjwt de.adorsys.sdjwt.vp -
-
Uses of KeyBindingJWT in de.adorsys.sdjwt
Methods in de.adorsys.sdjwt with parameters of type KeyBindingJWT Modifier and Type Method Description SdJwt.BuilderSdJwt.Builder. withKeyBindingJWT(KeyBindingJWT keyBindingJWT)Constructors in de.adorsys.sdjwt with parameters of type KeyBindingJWT Constructor Description SdJwtVerificationContext(String sdJwtVpString, IssuerSignedJWT issuerSignedJwt, Map<String,String> disclosures, KeyBindingJWT keyBindingJwt) -
Uses of KeyBindingJWT in de.adorsys.sdjwt.vp
Methods in de.adorsys.sdjwt.vp that return KeyBindingJWT Modifier and Type Method Description static KeyBindingJWTKeyBindingJWT. from(com.fasterxml.jackson.databind.JsonNode payload, com.nimbusds.jose.JWSSigner signer, String keyId, com.nimbusds.jose.JWSAlgorithm jwsAlgorithm, String jwsType)static KeyBindingJWTKeyBindingJWT. of(String jwsString)Methods in de.adorsys.sdjwt.vp that return types with arguments of type KeyBindingJWT Modifier and Type Method Description Optional<KeyBindingJWT>SdJwtVP. getKeyBindingJWT()
-