gluu
|
公開メンバ関数 | |
RSAPrivateKey (BigInteger modulus, BigInteger privateExponent) | |
RSAPrivateKey (String modulus, String privateExponent) | |
BigInteger | getModulus () |
void | setModulus (BigInteger modulus) |
BigInteger | getPrivateExponent () |
void | setPrivateExponent (BigInteger privateExponent) |
JSONObject | toJSONObject () throws JSONException |
String | toString () |
String | getKeyId () |
void | setKeyId (String keyId) |
SignatureAlgorithm | getSignatureAlgorithm () |
void | setSignatureAlgorithm (SignatureAlgorithm signatureAlgorithm) |
非公開変数類 | |
BigInteger | modulus |
BigInteger | privateExponent |
The Private Key for the RSA Algorithm
|
inline |
|
inline |
|
inlineinherited |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inline |
|
inlineinherited |
|
inline |
org.xdi.oxauth.model.common.JSONableを実装しています。
|
inline |
|
private |
|
private |