gluu
|
公開メンバ関数 | |
ECDSAPublicKey (SignatureAlgorithm signatureAlgorithm, BigInteger x, BigInteger y) | |
ECDSAPublicKey (SignatureAlgorithm signatureAlgorithm, String x, String y) | |
SignatureAlgorithm | getSignatureAlgorithm () |
void | setSignatureAlgorithm (SignatureAlgorithm signatureAlgorithm) |
BigInteger | getX () |
void | setX (BigInteger x) |
BigInteger | getY () |
void | setY (BigInteger y) |
JSONObject | toJSONObject () throws JSONException |
String | toString () |
String | getKeyId () |
void | setKeyId (String keyId) |
Certificate | getCertificate () |
void | setCertificate (Certificate certificate) |
非公開変数類 | |
SignatureAlgorithm | signatureAlgorithm |
BigInteger | x |
BigInteger | y |
静的非公開変数類 | |
static final String | ECDSA_ALGORITHM = "EC" |
static final String | USE = "sig" |
The Public Key for the Elliptic Curve Digital Signature Algorithm (ECDSA)
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inline |
|
inline |
|
inline |
org.xdi.oxauth.model.common.JSONableを実装しています。
|
inline |
|
staticprivate |
|
private |
|
staticprivate |
|
private |
|
private |