Uses of Class
org.forgerock.json.jose.jwk.RsaJWK.PrimesInfo
Package
Description
Classes and interfaces for creating and manipulating JWKs.
-
Uses of RsaJWK.PrimesInfo in org.forgerock.json.jose.jwk
Modifier and TypeMethodDescriptionstatic RsaJWK.PrimesInfo
Parses a PrimesInfo from a jsonValue Object.Modifier and TypeMethodDescriptionRsaJWK.Builder.otherPrimesInfo
(List<RsaJWK.PrimesInfo> otherPrimesInfo) Set the RSA other factors value.ModifierConstructorDescriptionRsaJWK
(String 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.