JavaTM 2 Platform
Standard Ed. 6

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 類別。

從以下版本開始:
1.4
另請參見:
序列化表格

建構子摘要
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. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only