Uses of Class
com.nimbusds.jose.JWSHeader.Builder
Packages that use JWSHeader.Builder
Package
Description
Base Javascript Object Signing and Encryption (JOSE) interfaces and classes.
-
Uses of JWSHeader.Builder in com.nimbusds.jose
Methods in com.nimbusds.jose that return JWSHeader.BuilderModifier and TypeMethodDescriptionJWSHeader.Builder.base64URLEncodePayload(boolean b64) Sets the Base64URL encode payload (b64) parameter.JWSHeader.Builder.contentType(String cty) Sets the content type (cty) parameter.JWSHeader.Builder.criticalParams(Set<String> crit) Sets the critical header parameters (crit) parameter.JWSHeader.Builder.customParam(String name, Object value) Sets a custom (non-registered) parameter.JWSHeader.Builder.customParams(Map<String, Object> customParameters) Sets the custom (non-registered) parameters.Sets the public JSON Web Key (JWK) (jwk) parameter.Sets the public JSON Web Key (JWK) Set URL (jku) parameter.Sets the key ID (kid) parameter.JWSHeader.Builder.parsedBase64URL(Base64URL base64URL) Sets the parsed Base64URL.JWSHeader.Builder.type(JOSEObjectType typ) Sets the type (typ) parameter.JWSHeader.Builder.x509CertChain(List<Base64> x5c) Sets the X.509 certificate chain parameter (x5c) corresponding to the key used to sign the JWS object.JWSHeader.Builder.x509CertSHA256Thumbprint(Base64URL x5t256) Sets the X.509 certificate SHA-256 thumbprint (x5t#S256) parameter.JWSHeader.Builder.x509CertThumbprint(Base64URL x5t) Deprecated.JWSHeader.Builder.x509CertURL(URI x5u) Sets the X.509 certificate URL (x5u) parameter.