| Package | Description |
|---|---|
| com.nimbusds.jose.jwk |
JSON Web Key (JWK) classes.
|
| Modifier and Type | Method and Description |
|---|---|
OctetSequenceKey.Builder |
OctetSequenceKey.Builder.setAlgorithm(Algorithm alg)
Sets the intended JOSE algorithm (
alg) for the JWK. |
OctetSequenceKey.Builder |
OctetSequenceKey.Builder.setKeyID(String kid)
Sets the ID (
kid) of the JWK. |
OctetSequenceKey.Builder |
OctetSequenceKey.Builder.setKeyUse(Use use)
Sets the use (
use) of the JWK. |
OctetSequenceKey.Builder |
OctetSequenceKey.Builder.setX509CertChain(List<Base64> x5c)
Sets the X.509 certificate chain (
x5c) of the JWK. |
OctetSequenceKey.Builder |
OctetSequenceKey.Builder.setX509CertThumbprint(Base64URL x5t)
Sets the X.509 certificate thumbprint (
x5t) of the
JWK. |
OctetSequenceKey.Builder |
OctetSequenceKey.Builder.setX509CertURL(URL x5u)
Sets the X.509 certificate URL (
x5u) of the JWK. |
Copyright © 2013 NimbusDS. All Rights Reserved.