java.lang.Object
java.security.cert.CertPath.CertPathRep
- 所有已实现的接口:
Serializable
- 封闭类:
CertPath
用于序列化的备用
CertPath 类。
- 自从:
- 1.4
- 参见:
-
构造方法总结
构造方法 -
方法总结
-
构造方法详细信息
-
CertPathRep
创建具有指定类型和编码形式的证书路径的CertPathRep。- 参数:
type-Certificate类型的标准名称data- 证书路径的编码形式
-
-
方法详情
-
readResolve
返回根据此CertPathRep的类型和数据构造的CertPath。- 返回:
-
已解决的
CertPath对象 - 抛出:
ObjectStreamException- 如果无法构造CertPath对象
-