Constructor and Description |
---|
RsaJWK.OtherFactors(RSAOtherPrimeInfo info)
Create other prime factors.
|
RsaJWK.OtherFactors(String r,
String d,
String t)
Creates the other prime factors.
|
Modifier and Type | Method and Description |
---|---|
String |
getCRTCoefficient()
Get the T value.
|
String |
getCRTExponent()
Get the D value.
|
String |
getFactor()
Get the R value.
|
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
public RsaJWK.OtherFactors(String r, String d, String t)
r
- r valued
- d valuet
- t valuepublic RsaJWK.OtherFactors(RSAOtherPrimeInfo info)
info
- RSAOtherPrimeInfo used to create the other prime factors object.public String getCRTExponent()
public String getCRTCoefficient()
Copyright 2011-2015 ForgeRock AS.