Package org.jose4j.jwx
Class HeaderParameterNames
java.lang.Object
org.jose4j.jwx.HeaderParameterNames
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringAs defined in RFC 7797, the "b64" (base64url-encode payload) Header Parameter determines whether the payload is represented in the JWS and the JWS Signing Input as ASCII(BASE64URL(JWS Payload)) or as the JWS Payload value itself with no encoding performed.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ALGORITHM
- See Also:
-
ENCRYPTION_METHOD
- See Also:
-
KEY_ID
- See Also:
-
TYPE
- See Also:
-
CONTENT_TYPE
- See Also:
-
JWK_SET_URL
- See Also:
-
JWK
- See Also:
-
X509_CERTIFICATE_CHAIN
- See Also:
-
X509_CERTIFICATE_THUMBPRINT
- See Also:
-
X509_CERTIFICATE_SHA256_THUMBPRINT
- See Also:
-
X509_URL
- See Also:
-
EPHEMERAL_PUBLIC_KEY
- See Also:
-
AGREEMENT_PARTY_U_INFO
- See Also:
-
AGREEMENT_PARTY_V_INFO
- See Also:
-
ZIP
- See Also:
-
PBES2_SALT_INPUT
- See Also:
-
PBES2_ITERATION_COUNT
- See Also:
-
INITIALIZATION_VECTOR
- See Also:
-
AUTHENTICATION_TAG
- See Also:
-
CRITICAL
- See Also:
-
BASE64URL_ENCODE_PAYLOAD
As defined in RFC 7797, the "b64" (base64url-encode payload) Header Parameter determines whether the payload is represented in the JWS and the JWS Signing Input as ASCII(BASE64URL(JWS Payload)) or as the JWS Payload value itself with no encoding performed. https://tools.ietf.org/html/rfc7797- See Also:
-
-
Constructor Details
-
HeaderParameterNames
public HeaderParameterNames()
-