Package | Description |
---|---|
org.picketlink.json.jose |
Javascript Object Signing and Encryption (JOSE) classes.
|
Modifier and Type | Class and Description |
---|---|
class |
JWKBuilder<T extends JWK,B extends JWKBuilder<?,?>>
The base class for building JSON Web Keys (JWKs) with desired key parameters.
|
Modifier and Type | Method and Description |
---|---|
JWK |
JWKSet.get(String kid)
Gets the
JWK of specified identifier from JWKSet. |
Modifier and Type | Method and Description |
---|---|
Map<String,JWK> |
JWKSet.getKeys()
Gets the key map contained in JWKSet.
|
Modifier and Type | Method and Description |
---|---|
void |
JWKSet.add(JWK jwk)
Adds the
JWK to the JWKSet. |
JWEBuilder<T,B> |
JWEBuilder.keys(JWK... keys)
Returns the JWK Set consisting of JWK Keys.
|
B |
AbstractJWSBuilder.keys(JWK... keys)
Adds key(s) into the JWKSet.
|
Constructor and Description |
---|
JWKSet(JWK... keys)
Instantiates a new JWK set using JWK Key(s).
|
Copyright © 2019. All rights reserved.