Package | Description |
---|---|
org.forgerock.json.jose.jwk |
Classes and interfaces for creating and manipulating JWKs.
|
Constructor and Description |
---|
RsaJWK(KeyUse use,
String alg,
String kid,
String n,
String e,
String d,
String p,
String q,
String dp,
String dq,
String qi,
List<RsaJWK.OtherFactors> factors,
String x5u,
String x5t,
List<Base64> x5c)
Creates a RsaJWK.
|
Copyright 2011-2015 ForgeRock AS.