static JsonWebKey |
JwkUtils.decodeJwkKey(String jwkJson) |
static JsonWebKey |
JwkUtils.decryptJwkKey(InputStream is,
char[] password) |
static JsonWebKey |
JwkUtils.decryptJwkKey(InputStream is,
JweDecryptionProvider jwe) |
static JsonWebKey |
JwkUtils.decryptJwkKey(PrivateKey key,
KeyAlgorithm keyAlgo,
ContentAlgorithm ctAlgo,
String jsonJwk) |
static JsonWebKey |
JwkUtils.decryptJwkKey(SecretKey key,
KeyAlgorithm keyAlgo,
ContentAlgorithm ctAlgo,
String jsonJwk) |
static JsonWebKey |
JwkUtils.decryptJwkKey(String jsonJwkKey,
char[] password) |
static JsonWebKey |
JwkUtils.decryptJwkKey(String jsonJwkKey,
JweDecryptionProvider jwe) |
static JsonWebKey |
JwkUtils.fromECPrivateKey(ECPrivateKey pk,
String curve) |
static JsonWebKey |
JwkUtils.fromECPrivateKey(ECPrivateKey pk,
String curve,
String kid) |
static JsonWebKey |
JwkUtils.fromECPublicKey(ECPublicKey pk,
String curve) |
static JsonWebKey |
JwkUtils.fromECPublicKey(ECPublicKey pk,
String curve,
String kid) |
static JsonWebKey |
JwkUtils.fromPublicKey(PublicKey key,
Properties props,
String algoProp) |
static JsonWebKey |
JwkUtils.fromRSAPrivateKey(RSAPrivateKey pk,
String algo) |
static JsonWebKey |
JwkUtils.fromRSAPrivateKey(RSAPrivateKey pk,
String algo,
String kid) |
static JsonWebKey |
JwkUtils.fromRSAPublicKey(RSAPublicKey pk,
String algo) |
static JsonWebKey |
JwkUtils.fromRSAPublicKey(RSAPublicKey pk,
String algo,
String kid) |
static JsonWebKey |
JwkUtils.fromSecretKey(SecretKey secretKey,
String algo) |
static JsonWebKey |
JwkUtils.fromSecretKey(SecretKey secretKey,
String algo,
String kid) |
static JsonWebKey |
JwkUtils.fromX509CertificateChain(List<X509Certificate> chain,
String algo) |
JsonWebKey |
JsonWebKeys.getKey(String kid) |
JsonWebKey |
JwkReaderWriter.jsonToJwk(String jwkJson) |
static JsonWebKey |
JwkUtils.loadJsonWebKey(Message m,
Properties props,
KeyOperation keyOper) |
static JsonWebKey |
JwkUtils.loadJsonWebKey(Message m,
Properties props,
KeyOperation keyOper,
String inHeaderKid) |
static JsonWebKey |
JwkUtils.readJwkKey(InputStream is) |
static JsonWebKey |
JwkUtils.readJwkKey(String jwkJson) |
static JsonWebKey |
JwkUtils.readJwkKey(URI uri) |
JsonWebKey |
JsonWebKey.setKeyProperty(String name,
Object value) |
static JsonWebKey |
JwkUtils.verifyJwkKey(PublicKey key,
SignatureAlgorithm keyAlgo,
String jsonJwk) |