gluu
|
公開メンバ関数 | |
RSAPublicKey (BigInteger modulus, BigInteger publicExponent) | |
RSAPublicKey (String modulus, String publicExponent) | |
BigInteger | getModulus () |
void | setModulus (BigInteger modulus) |
BigInteger | getPublicExponent () |
void | setPublicExponent (BigInteger publicExponent) |
JSONObject | toJSONObject () throws JSONException |
String | toString () |
String | getKeyId () |
void | setKeyId (String keyId) |
SignatureAlgorithm | getSignatureAlgorithm () |
void | setSignatureAlgorithm (SignatureAlgorithm signatureAlgorithm) |
Certificate | getCertificate () |
void | setCertificate (Certificate certificate) |
非公開変数類 | |
BigInteger | modulus |
BigInteger | publicExponent |
静的非公開変数類 | |
static final String | RSA_ALGORITHM = "RSA" |
static final String | USE = "sig" |
The Public Key for the RSA Algorithm
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inline |
|
inlineinherited |
|
inline |
org.xdi.oxauth.model.common.JSONableを実装しています。
|
inline |
|
private |
|
private |
|
staticprivate |
|
staticprivate |