C G J S V 

C

confirm() - クラス のメソッドjp.go.jpki.appli.JPKIUserCertService
利用者証明書有効性確認機能。

G

getAddress() - クラス のメソッドjp.go.jpki.appli.JPKIUserCertBasicData
基本4情報の住所を返します。
getBasicData() - クラス のメソッドjp.go.jpki.appli.JPKIUserCertService
基本4情報取得機能。
getCardType() - クラス のメソッドjp.go.jpki.appli.JPKIUserCertService
ICカード種別取得機能。
getCertPathStatus() - クラス のメソッドjp.go.jpki.appli.JPKIUserCertCertStatus
官職証明書検証機能で取得したCertPathStatusを返します。
getCertStatus() - クラス のメソッドjp.go.jpki.appli.JPKIUserCertCertStatus
官職証明書検証機能で取得した証明書の検証の結果を返します。
getCode() - クラス のメソッドjp.go.jpki.appli.JPKIConfirmResult
有効性確認結果を取得します。
getDateOfBirth() - クラス のメソッドjp.go.jpki.appli.JPKIUserCertBasicData
基本4情報の生年月日を返します。
getErrorCode() - 例外 のメソッドjp.go.jpki.appli.JPKIUserCertException
このJPKIUserCertExceptionオブジェクトのエラーコードを返します。
getException() - クラス のメソッドjp.go.jpki.appli.JPKIConfirmResult
有効性確認中に発生したExceptionを取得します。
getGender() - クラス のメソッドjp.go.jpki.appli.JPKIUserCertBasicData
基本4情報の性別を返します。
getID() - クラス のメソッドjp.go.jpki.appli.JPKICardType
ICカード種別を返します。
getMessage() - クラス のメソッドjp.go.jpki.appli.JPKIConfirmResult
確認結果メッセージを取得します。
getName() - クラス のメソッドjp.go.jpki.appli.JPKIUserCertBasicData
基本4情報の氏名を返します。
getResponseStatus() - クラス のメソッドjp.go.jpki.appli.JPKIUserCertCertStatus
官職証明書検証機能で取得したResponseStatusを返します。
getSubstituteCharacterOfAddress() - クラス のメソッドjp.go.jpki.appli.JPKIUserCertBasicData
基本4情報の住所の代替文字を返します。
getSubstituteCharacterOfName() - クラス のメソッドjp.go.jpki.appli.JPKIUserCertBasicData
基本4情報の氏名の代替文字を返します。
getTokenInfo() - クラス のメソッドjp.go.jpki.appli.JPKICardType
ICカードtoken情報を返します。

J

jp.go.jpki.appli - パッケージ jp.go.jpki.appli
 
JPKI_CARD_ID_BANGO - クラス のstatic変数jp.go.jpki.appli.JPKICardType
ICカード種別の個人番号カード
JPKI_CARD_ID_JYUKI - クラス のstatic変数jp.go.jpki.appli.JPKICardType
ICカード種別の住基カード
JPKI_CARD_ID_UNKNOWN - クラス のstatic変数jp.go.jpki.appli.JPKICardType
ICカード種別の不明なカード
JPKI_CLIENT_EXPIRED_ERROR - クラス のstatic変数jp.go.jpki.appli.JPKIConfirmResult
対象とする証明書の有効期限切れ。
JPKI_CLIENT_FALSE_DECODE_CERT - クラス のstatic変数jp.go.jpki.appli.JPKIConfirmResult
対象とする証明書の解析に失敗。
JPKI_CLIENT_HTTP_NOT_ACCESS - クラス のstatic変数jp.go.jpki.appli.JPKIConfirmResult
オンライン窓口サーバへのアクセスに失敗。
JPKI_CLIENT_ICCARD_BLOCKED - クラス のstatic変数jp.go.jpki.appli.JPKIConfirmResult
ICカードがロックされている。
JPKI_CLIENT_ICCARD_NOT_READY - クラス のstatic変数jp.go.jpki.appli.JPKIConfirmResult
ICカードに接続できない。または住基カードが利用されている(MacOS版のみ)。
JPKI_CLIENT_LOGIN_CANCEL - クラス のstatic変数jp.go.jpki.appli.JPKIConfirmResult
ログインのキャンセル。
JPKI_CLIENT_NOMEMORY - クラス のstatic変数jp.go.jpki.appli.JPKIConfirmResult
メモリ不足。
JPKI_CLIENT_NOT_YET_VALID - クラス のstatic変数jp.go.jpki.appli.JPKIConfirmResult
対象とする証明書の有効期限開始の日付が未来の日時。
JPKI_CLIENT_ONLINE_TIME - クラス のstatic変数jp.go.jpki.appli.JPKIConfirmResult
サーバ時刻の取得に失敗。
JPKI_CLIENT_UNEXPECTED_ERR - クラス のstatic変数jp.go.jpki.appli.JPKIConfirmResult
予期せぬエラー。
JPKI_CONFIRM_OK - クラス のstatic変数jp.go.jpki.appli.JPKIConfirmResult
正常。
JPKI_CVS_CERTSTATUS_OF_OCSP_RESPONSE_IS_UNKNOWN - クラス のstatic変数jp.go.jpki.appli.JPKIUserCertCertPathStatus
認証パスにOCSPでのcertStatusがunknownと応答される証明書が含まれる。
JPKI_CVS_CONSTRAINTS_ERROR - クラス のstatic変数jp.go.jpki.appli.JPKIUserCertCertPathStatus
認証パスに制約に違反している証明書が含まれる。
JPKI_CVS_FALSE_CL_CREATE_REQUEST - 例外 のstatic変数jp.go.jpki.appli.JPKIUserCertException
OCSP Requestおよび拡張情報の生成に失敗した。
JPKI_CVS_FALSE_CL_CVSURL - 例外 のstatic変数jp.go.jpki.appli.JPKIUserCertException
証明書検証サーバのURLが正しくない。
JPKI_CVS_FALSE_CL_GETCERT - 例外 のstatic変数jp.go.jpki.appli.JPKIUserCertException
ICカードリーダから証明書(利用者証明書または認証局の自己署名証明書)の取得に失敗した。または住基カードが利用されている(MacOS版のみ)。
JPKI_CVS_FALSE_CL_HTTP - 例外 のstatic変数jp.go.jpki.appli.JPKIUserCertException
HTTPまたはHTTPS通信で失敗した。
JPKI_CVS_FALSE_SV_ANALYZE - 例外 のstatic変数jp.go.jpki.appli.JPKIUserCertException
証明書検証結果の解析に失敗した。
JPKI_CVS_FALSE_SV_CERT_VERYFY - 例外 のstatic変数jp.go.jpki.appli.JPKIUserCertException
CVS証明書の有効性検証に失敗した。
JPKI_CVS_FALSE_SV_DECODE - 例外 のstatic変数jp.go.jpki.appli.JPKIUserCertException
OCSP Response(ASN.1エンコード形式)のデコードに失敗した。
JPKI_CVS_FALSE_SV_NONCE - 例外 のstatic変数jp.go.jpki.appli.JPKIUserCertException
Request送信時に付与したnonceとResponseに含まれるnonceが一致しない。
JPKI_CVS_FALSE_SV_SIGN_VERIFY_SIGNATURE - 例外 のstatic変数jp.go.jpki.appli.JPKIUserCertException
OCSPレスポンダから受信したOCSP Response(ASN.1エンコード形式)の署名検証に失敗した。
JPKI_CVS_GOOD - クラス のstatic変数jp.go.jpki.appli.JPKIUserCertCertPathStatus
認証パスの構築が成功し検証結果が正しい。
JPKI_CVS_INTERNAL_PATH_CONSTRUCTION_ERROR - クラス のstatic変数jp.go.jpki.appli.JPKIUserCertCertPathStatus
認証パス構築ができない。
JPKI_CVS_NG - クラス のstatic変数jp.go.jpki.appli.JPKIUserCertCertStatus
認証パスの構築および検証に失敗。
JPKI_CVS_OK - クラス のstatic変数jp.go.jpki.appli.JPKIUserCertCertStatus
検証成功。
JPKI_CVS_ONE_OR_MORE_CERTIFICATES_ARE_REVOKED - クラス のstatic変数jp.go.jpki.appli.JPKIUserCertCertPathStatus
認証パスに失効した証明書が含まれる。
JPKI_CVS_POLICY_MAPPING_ERROR - クラス のstatic変数jp.go.jpki.appli.JPKIUserCertCertPathStatus
認証パスにポリシが一致しない証明書が含まれる。
JPKI_CVS_REJECTED_A_REQUEST - クラス のstatic変数jp.go.jpki.appli.JPKIUserCertCertPathStatus
証明書検証サーバ(CVS)側で要求の受け付けを拒否した。
JPKI_CVS_REJECTED_BY_ALGORITHM_CA - クラス のstatic変数jp.go.jpki.appli.JPKIUserCertCertPathStatus
証明書検証サーバ(CVS)側で中間証明書またはTA証明書の受け付けを拒否した。
JPKI_CVS_REJECTED_BY_ALGORITHM_EE - クラス のstatic変数jp.go.jpki.appli.JPKIUserCertCertPathStatus
証明書検証サーバ(CVS)側で中間証明書またはTA証明書の受け付けを拒否した。
JPKI_CVS_RESSTATUS_INTERNALERROR - クラス のstatic変数jp.go.jpki.appli.JPKIUserCertResponseStatus
内部エラー。
JPKI_CVS_RESSTATUS_MALFORMEDREQUEST - クラス のstatic変数jp.go.jpki.appli.JPKIUserCertResponseStatus
OCSP Requestのフォーマットエラー。
JPKI_CVS_RESSTATUS_NG - クラス のstatic変数jp.go.jpki.appli.JPKIUserCertCertStatus
有効性検証に失敗。
JPKI_CVS_RESSTATUS_SIGREQUIRED - クラス のstatic変数jp.go.jpki.appli.JPKIUserCertResponseStatus
OCSP Requestへの署名が必要。
JPKI_CVS_RESSTATUS_SUCCESSFUL - クラス のstatic変数jp.go.jpki.appli.JPKIUserCertResponseStatus
OCSP Requestが正しく処理された。
JPKI_CVS_RESSTATUS_TRYLATER - クラス のstatic変数jp.go.jpki.appli.JPKIUserCertResponseStatus
一時的な解答不能。
JPKI_CVS_RESSTATUS_UNAUTHORIZED - クラス のstatic変数jp.go.jpki.appli.JPKIUserCertResponseStatus
クライアントが認証されていない。
JPKI_CVS_SIGNATURE_VERIFICATION_FAILURE - クラス のstatic変数jp.go.jpki.appli.JPKIUserCertCertPathStatus
認証パスに署名が不正である証明書が含まれる。
JPKI_CVS_VALIDATION_TIMEOUT - クラス のstatic変数jp.go.jpki.appli.JPKIUserCertCertPathStatus
要求がタイムアウトとなった。
JPKI_SERVER_APPLY_ERROR - クラス のstatic変数jp.go.jpki.appli.JPKIConfirmResult
申請情報取込エラー。
JPKI_SERVER_APPLYED_ERROR - クラス のstatic変数jp.go.jpki.appli.JPKIConfirmResult
対象とする証明書の二重申請エラー/既オンライン失効申請エラー。
JPKI_SERVER_CERT_UNMATCH_ERROR - クラス のstatic変数jp.go.jpki.appli.JPKIConfirmResult
対象とする証明書と署名実施証明書の不一致エラー。
JPKI_SERVER_DATA_ERROR - クラス のstatic変数jp.go.jpki.appli.JPKIConfirmResult
受信データ形式エラー。
JPKI_SERVER_DB_ERROR - クラス のstatic変数jp.go.jpki.appli.JPKIConfirmResult
オンライン窓口エラー(DB)。
JPKI_SERVER_EXPIRED_ERROR - クラス のstatic変数jp.go.jpki.appli.JPKIConfirmResult
対象とする証明書の有効期限切れエラー(Server)。
JPKI_SERVER_HOLD_ERROR - クラス のstatic変数jp.go.jpki.appli.JPKIConfirmResult
対象とする証明書の一時保留エラー。
JPKI_SERVER_ISSUER_ERROR - クラス のstatic変数jp.go.jpki.appli.JPKIConfirmResult
対象とする証明書の認証局の電子署名検証エラー。
JPKI_SERVER_JAM_ERROR - クラス のstatic変数jp.go.jpki.appli.JPKIConfirmResult
オンライン窓口混雑。
JPKI_SERVER_OCSP_ERROR - クラス のstatic変数jp.go.jpki.appli.JPKIConfirmResult
対象とする証明書のオンライン窓口エラー(OCSP)。
JPKI_SERVER_OTHER_ERROR - クラス のstatic変数jp.go.jpki.appli.JPKIConfirmResult
オンライン窓口エラー(コードなし)。
JPKI_SERVER_REVOKED_ERROR - クラス のstatic変数jp.go.jpki.appli.JPKIConfirmResult
対象とする証明書の失効済エラー。
JPKI_SERVER_VALIDITY_ERROR - クラス のstatic変数jp.go.jpki.appli.JPKIConfirmResult
対象とする証明書の有効性確認エラー。
JPKI_SERVER_VERIFY_ERROR - クラス のstatic変数jp.go.jpki.appli.JPKIConfirmResult
申請書の電子署名検証エラー。
JPKI_USER_FALSE_DECODE_CERT - 例外 のstatic変数jp.go.jpki.appli.JPKIUserCertException
電子証明書(DER形式)の解析に失敗した。
JPKI_USER_FALSE_ICCARD_NOT_READY - 例外 のstatic変数jp.go.jpki.appli.JPKIUserCertException
ICカードリーダ未接続もしくは、ICカード未挿入のためICカード情報の取得に失敗した。
JPKI_USER_FALSE_SHOW_VIEWER - 例外 のstatic変数jp.go.jpki.appli.JPKIUserCertException
ダイアログの表示に失敗した。
JPKICardType - jp.go.jpki.appliのクラス
ICカード種別の情報を管理します。
JPKICardType(int, String) - クラス のコンストラクタjp.go.jpki.appli.JPKICardType
JPKICardTypeオブジェクトを作成します。
JPKIConfirmResult - jp.go.jpki.appliのクラス
利用者証明書有効性確認機能で使用する確認結果を管理します。
JPKIConfirmResult(int) - クラス のコンストラクタjp.go.jpki.appli.JPKIConfirmResult
有効性確認結果を設定します。
JPKIConfirmResult(Exception) - クラス のコンストラクタjp.go.jpki.appli.JPKIConfirmResult
有効性確認結果を設定します。
JPKIConfirmResult(Exception, String) - クラス のコンストラクタjp.go.jpki.appli.JPKIConfirmResult
有効性確認結果を設定します。
JPKIConfirmResult(int, String, Exception) - クラス のコンストラクタjp.go.jpki.appli.JPKIConfirmResult
有効性確認結果を設定します。
JPKIUserCertBasicData - jp.go.jpki.appliのクラス
公的個人認証サービスの利用者証明書の基本4情報を管理します。
JPKIUserCertBasicData(String, String, String, String, String, String) - クラス のコンストラクタjp.go.jpki.appli.JPKIUserCertBasicData
JPKIUserCertBasicDataオブジェクトを作成します。
JPKIUserCertCertPathStatus - jp.go.jpki.appliのクラス
官職証明書検証機能で使用するCertPathStatusを定義します。
JPKIUserCertCertPathStatus() - クラス のコンストラクタjp.go.jpki.appli.JPKIUserCertCertPathStatus
 
JPKIUserCertCertStatus - jp.go.jpki.appliのクラス
官職証明書検証機能で使用する検証結果を管理します。
JPKIUserCertCertStatus(int, int, int) - クラス のコンストラクタjp.go.jpki.appli.JPKIUserCertCertStatus
JPKIUserCertResponseDataオブジェクトを作成します。
JPKIUserCertException - jp.go.jpki.appliの例外
個人認証サービスAPでエラーが発生した場合にスローされます。
JPKIUserCertException(int) - 例外 のコンストラクタjp.go.jpki.appli.JPKIUserCertException
指定されたエラーコードを持つJPKIUserCertExceptionを作成します。
JPKIUserCertResponseStatus - jp.go.jpki.appliのクラス
官職証明書検証機能で使用するResponseStatusを定義します。
JPKIUserCertResponseStatus() - クラス のコンストラクタjp.go.jpki.appli.JPKIUserCertResponseStatus
 
JPKIUserCertService - jp.go.jpki.appliのクラス
個人認証サービスAPの証明書表示機能、基本4情報取得機能、官職証明書検証機能、 利用者証明書有効性確認機能、ICカード種別取得機能を提供します。
JPKIUserCertService(byte[]) - クラス のコンストラクタjp.go.jpki.appli.JPKIUserCertService
JPKIUserCertServiceオブジェクトを作成します。
JPKIUserCertService() - クラス のコンストラクタjp.go.jpki.appli.JPKIUserCertService
JPKIUserCertServiceオブジェクトを作成します。

S

showCertViewer() - クラス のメソッドjp.go.jpki.appli.JPKIUserCertService
証明書表示機能。

V

verifyCert() - クラス のメソッドjp.go.jpki.appli.JPKIUserCertService
官職証明書検証機能。
C G J S V