public interface ReadOnlyJWSHeader
JWS header.| Modifier and Type | Method and Description |
|---|---|
JWSAlgorithm |
getAlgorithm()
Gets the algorithm (
alg) parameter. |
JWK |
getJWK()
Gets the JSON Web Key (JWK) (
jwk) parameter. |
java.net.URL |
getJWKURL()
Gets the JSON Web Key (JWK) Set URL (
jku) parameter. |
java.lang.String |
getKeyID()
Gets the key ID (
kid) parameter. |
java.util.List<Base64> |
getX509CertChain()
Gets the X.509 certificate chain (
x5c) parameter
corresponding to the key used to sign or encrypt the JWS / JWE
object. |
Base64URL |
getX509CertThumbprint()
Gets the X.509 certificate thumbprint (
x5t) parameter. |
java.net.URL |
getX509CertURL()
Gets the X.509 certificate URL (
x5u) parameter. |
getContentType, getCriticalHeaders, getCustomParameter, getCustomParameters, getIncludedParameters, getType, toBase64URL, toJSONObject, toStringJWSAlgorithm getAlgorithm()
alg) parameter.java.net.URL getJWKURL()
jku) parameter.null if not
specified.JWK getJWK()
jwk) parameter.null if not
specified.java.net.URL getX509CertURL()
x5u) parameter.null if not
specified.Base64URL getX509CertThumbprint()
x5t) parameter.null if
not specified.java.util.List<Base64> getX509CertChain()
x5c) parameter
corresponding to the key used to sign or encrypt the JWS / JWE
object.null if not specified.java.lang.String getKeyID()
kid) parameter.null if not specified.Copyright © 2014 Connect2id Ltd.. All Rights Reserved.