| Package | Description |
|---|---|
| com.nimbusds.jose |
Javascript Object Signing and Encryption (JOSE) classes.
|
| com.nimbusds.jose.util |
Base64, Base64URL, compression and JSON utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
Base64[] |
ReadOnlyCommonSEHeader.getX509CertChain()
Gets the X.509 certificate chain parameter (
x5c)
corresponding to the key used to sign or encrypt the JWS/JWE object. |
Base64[] |
CommonSEHeader.getX509CertChain() |
protected static Base64[] |
CommonSEHeader.parseX509CertChain(net.minidev.json.JSONArray jsonArray)
Parses an X.509 certificate chain from the specified JSON array.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommonSEHeader.setX509CertChain(Base64[] x5c)
Sets the X.509 certificate chain parameter (
x5c)
corresponding to the key used to sign or encrypt the JWS/JWE object. |
| Modifier and Type | Method and Description |
|---|---|
static Base64 |
Base64.encode(java.math.BigInteger bigInt)
Base64-encodes the specified big integer, without the sign bit.
|
static Base64 |
Base64.encode(byte[] bytes)
Base64-encodes the specified byte array.
|
static Base64 |
Base64.encode(java.lang.String text)
Base64-encodes the specified string.
|
Copyright © 2013 NimbusDS. All Rights Reserved.