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, applyTransformers, array, asBoolean, asCharset, asCollection, asCollection, asDouble, asEnum, asFile, asInteger, asList, asList, asList, asLong, asMap, asMap, asMapOfList, asNumber, asPattern, asPointer, asSet, asSet, asSet, asString, asURI, asURL, asUUID, clear, clone, contains, copy, defaultTo, expect, field, fieldIfNotNull, get, get, get, getObject, getPointer, getTransformers, isBoolean, isCollection, isDefined, isList, isMap, isNotNull, isNull, isNumber, isSet, isString, iterator, json, keys, object, put, put, put, putPermissive, recordKeyAccesses, remove, remove, remove, required, set, setObject, size, toString, verifyAllKeysAccessed
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.