|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReadOnlyCommonSEHeader
Read-only view of common JWS/JWE header parameters.
| Method Summary | |
|---|---|
JWK |
getJWK()
Gets the JSON Web Key (JWK) ( jwk) parameter. |
URL |
getJWKURL()
Gets the JSON Web Key (JWK) Set URL ( jku) parameter. |
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. |
URL |
getX509CertURL()
Gets the X.509 certificate URL ( x5u) parameter. |
| Methods inherited from interface com.nimbusds.jose.ReadOnlyHeader |
|---|
getAlgorithm, getContentType, getCustomParameter, getCustomParameters, getIncludedParameters, getType, toBase64URL, toJSONObject |
| Method Detail |
|---|
URL getJWKURL()
jku) parameter.
null if not
specified.JWK getJWK()
jwk) parameter.
null if not
specified.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.String getKeyID()
kid) parameter.
null if not specified.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||