public interface ReadOnlyCommonSEHeader extends ReadOnlyHeader
common JWS/JWE header parameters
.Modifier and Type | Method and Description |
---|---|
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. |
Base64[] |
getX509CertChain()
Gets the X.509 certificate chain parameter (
x5c )
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. |
getAlgorithm, getContentType, getCustomParameter, getCustomParameters, getIncludedParameters, getType, toBase64URL, toJSONObject
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.Base64[] getX509CertChain()
x5c
)
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 © 2013 NimbusDS. All Rights Reserved.