| Package | Description |
|---|---|
| com.nimbusds.jose.jwk |
JSON Web Key (JWK) classes.
|
| Modifier and Type | Method and Description |
|---|---|
OctetSequenceKey.Builder |
OctetSequenceKey.Builder.algorithm(Algorithm alg)
Sets the intended JOSE algorithm (
alg) for the JWK. |
OctetSequenceKey.Builder |
OctetSequenceKey.Builder.keyID(String kid)
Sets the ID (
kid) of the JWK. |
OctetSequenceKey.Builder |
OctetSequenceKey.Builder.keyOperations(Set<KeyOperation> ops)
Sets the operations (
key_ops) of the JWK (for a
non-public key). |
OctetSequenceKey.Builder |
OctetSequenceKey.Builder.keyUse(KeyUse use)
Sets the use (
use) of the JWK. |
OctetSequenceKey.Builder |
OctetSequenceKey.Builder.x509CertChain(List<Base64> x5c)
Sets the X.509 certificate chain (
x5c) of the JWK. |
OctetSequenceKey.Builder |
OctetSequenceKey.Builder.x509CertThumbprint(Base64URL x5t)
Sets the X.509 certificate thumbprint (
x5t) of the
JWK. |
OctetSequenceKey.Builder |
OctetSequenceKey.Builder.x509CertURL(URI x5u)
Sets the X.509 certificate URL (
x5u) of the JWK. |
Copyright © 2015 Connect2id Ltd.. All Rights Reserved.