- java.lang.Object
-
- java.security.cert.CertPath.CertPathRep
-
- 实现的所有接口
-
Serializable
- Enclosing class:
- CertPath
protected static class CertPath.CertPathRep extends Object implements Serializable
替代CertPath
类进行序列化。- 从以下版本开始:
- 1.4
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 变量 构造器 描述 protected
CertPathRep(String type, byte[] data)
创建具有指定类型和编码形式的证书路径的CertPathRep
。
-
-
-
构造方法详细信息
-
CertPathRep
protected CertPathRep(String type, byte[] data)
创建具有指定类型和编码形式的证书路径的CertPathRep
。- 参数
-
type
-CertPath
类型的标准名称 -
data
- 证书路径的编码形式
-
-
方法详细信息
-
readResolve
protected Object readResolve() throws ObjectStreamException
返回从类型和数据构造的CertPath
。- 结果
-
已解决的
CertPath
对象 - 异常
-
ObjectStreamException
- if aCertPath
could not be constructed
-
-