Package | Description |
---|---|
org.forgerock.json.jose.jwk |
Classes and interfaces for creating and manipulating JWKs.
|
Modifier and Type | Method and Description |
---|---|
static RsaJWK.PrimesInfo |
RsaJWK.PrimesInfo.parse(JsonValue json)
Parses a PrimesInfo from a jsonValue Object.
|
Modifier and Type | Method and Description |
---|---|
List<RsaJWK.PrimesInfo> |
RsaJWK.getOtherPrimesInfo()
Get the RSA other factors value.
|
Modifier and Type | Method and Description |
---|---|
RsaJWK.Builder |
RsaJWK.Builder.otherPrimesInfo(List<RsaJWK.PrimesInfo> otherPrimesInfo)
Set the RSA other factors value.
|
Constructor and Description |
---|
RsaJWK(KeyUse use,
String alg,
String kid,
String modulus,
String publicExponent,
String privateExponent,
String primeP,
String primeQ,
String primePExponent,
String primeQExponent,
String crtCoefficient,
List<RsaJWK.PrimesInfo> otherPrimesInfo,
String x5u,
String x5t,
List<String> x5c)
Deprecated.
Use the builder instead.
|
Copyright 2010-2022 ForgeRock AS.