gluu
公開メンバ関数 | 非公開変数類 | 全メンバ一覧
org.xdi.oxauth.model.crypto.PrivateKey クラスabstract
org.xdi.oxauth.model.crypto.PrivateKey の継承関係図
Inheritance graph
org.xdi.oxauth.model.crypto.PrivateKey 連携図
Collaboration graph

公開メンバ関数

String getKeyId ()
 
void setKeyId (String keyId)
 
SignatureAlgorithm getSignatureAlgorithm ()
 
void setSignatureAlgorithm (SignatureAlgorithm signatureAlgorithm)
 
JSONObject toJSONObject () throws JSONException
 

非公開変数類

String keyId
 
SignatureAlgorithm signatureAlgorithm
 

詳解

The Private Key for Cryptography algorithms

著者
Javier Rojas Blum
バージョン
June 25, 2016

関数詳解

◆ getKeyId()

String org.xdi.oxauth.model.crypto.PrivateKey.getKeyId ( )
inline
24  {
25  return keyId;
26  }
String keyId
Definition: PrivateKey.java:20

◆ getSignatureAlgorithm()

SignatureAlgorithm org.xdi.oxauth.model.crypto.PrivateKey.getSignatureAlgorithm ( )
inline
32  {
33  return signatureAlgorithm;
34  }
SignatureAlgorithm signatureAlgorithm
Definition: PrivateKey.java:22

◆ setKeyId()

void org.xdi.oxauth.model.crypto.PrivateKey.setKeyId ( String  keyId)
inline
28  {
29  this.keyId = keyId;
30  }
String keyId
Definition: PrivateKey.java:20

◆ setSignatureAlgorithm()

void org.xdi.oxauth.model.crypto.PrivateKey.setSignatureAlgorithm ( SignatureAlgorithm  signatureAlgorithm)
inline
36  {
38  }
SignatureAlgorithm signatureAlgorithm
Definition: PrivateKey.java:22

◆ toJSONObject()

JSONObject org.xdi.oxauth.model.common.JSONable.toJSONObject ( ) throws JSONException
inherited

メンバ詳解

◆ keyId

String org.xdi.oxauth.model.crypto.PrivateKey.keyId
private

◆ signatureAlgorithm

SignatureAlgorithm org.xdi.oxauth.model.crypto.PrivateKey.signatureAlgorithm
private

このクラス詳解は次のファイルから抽出されました: