Uses of Class
io.jans.as.model.jwt.JwtHeader
Packages that use JwtHeader
-
Uses of JwtHeader in io.jans.as.model.jwt
Methods in io.jans.as.model.jwt that return JwtHeaderModifier and TypeMethodDescriptionstatic JwtHeaderJwtHeader.instance()JwtHeader.setAlgorithm(KeyEncryptionAlgorithm algorithm) Identifies the cryptographic algorithm used to encrypt the JWE.JwtHeader.setAlgorithm(SignatureAlgorithm algorithm) Identifies the cryptographic algorithm used to secure the JWS.JwtHeader.setJwk(org.json.JSONObject jwk) Indicates which key was used to secure/encrypt the JWS/JWE.Declares the type of this object. -
Uses of JwtHeader in io.jans.as.model.token
Fields in io.jans.as.model.token declared as JwtHeaderMethods in io.jans.as.model.token that return JwtHeaderMethods in io.jans.as.model.token with parameters of type JwtHeader