Package org.forgerock.json.jose.jwk
Class RsaJWK.OtherFactors
java.lang.Object
org.forgerock.json.JsonValue
org.forgerock.json.jose.jwk.RsaJWK.OtherFactors
- Enclosing class:
- RsaJWK
Holds the other prime factors.
-
Constructor Summary
ConstructorsConstructorDescriptionOtherFactors
(String r, String d, String t) Creates the other prime factors.Create other prime factors. -
Method Summary
Modifier and TypeMethodDescriptionGet the T value.Get the D value.Get the R value.Methods inherited from class org.forgerock.json.JsonValue
add, add, add, add, addPermissive, array, as, asBoolean, asCollection, asCollection, asDouble, asInteger, asList, asList, asLong, asMap, asMap, asMapOfList, asNumber, asString, clear, clone, contains, copy, defaultTo, diff, expect, field, fieldIfNotNull, get, get, get, getObject, getPointer, isBoolean, isCollection, isDefined, isEqualTo, isList, isMap, isNotNull, isNull, isNumber, isString, iterator, json, keys, object, object, patch, put, put, put, putPermissive, remove, remove, remove, required, setObject, size, toIndex, toString
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
OtherFactors
Creates the other prime factors.- Parameters:
r
- r valued
- d valuet
- t value
-
OtherFactors
Create other prime factors.- Parameters:
info
- RSAOtherPrimeInfo used to create the other prime factors object.
-
-
Method Details
-
getFactor
Get the R value.- Returns:
- the R value
-
getCRTExponent
Get the D value.- Returns:
- the D value.
-
getCRTCoefficient
Get the T value.- Returns:
- the T value
-