JavaTM 2 Platform
Standard Ed. 5.0

java.security.cert
クラス CertPath.CertPathRep

java.lang.Object
  上位を拡張 java.security.cert.CertPath.CertPathRep
すべての実装されたインタフェース:
Serializable
含まれているクラス:
CertPath

protected static class CertPath.CertPathRep
extends Object
implements Serializable

直列化の代替 CertPath クラスです。

関連項目:
直列化された形式

コンストラクタの概要
protected CertPath.CertPathRep(String type, byte[] data)
          証明書パスの、指定されたタイプと符号化された形式で CertPathRep を作成します。
 
メソッドの概要
protected  Object readResolve()
          タイプとデータから構築した CertPath を返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CertPath.CertPathRep

protected CertPath.CertPathRep(String type,
                               byte[] data)
証明書パスの、指定されたタイプと符号化された形式で CertPathRep を作成します。

パラメータ:
type - CertPath タイプの標準名
data - 証明書パスの符号化された形式
メソッドの詳細

readResolve

protected Object readResolve()
                      throws ObjectStreamException
タイプとデータから構築した CertPath を返します。

戻り値:
解釈処理された CertPath オブジェクト
例外:
ObjectStreamException - CertPath が構築できなかった場合

JavaTM 2 Platform
Standard Ed. 5.0

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java 2 SDK SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。