java.lang.Object
java.security.cert.CertPath.CertPathRep
- 所有已实现的接口:
-
Serializable
- 封装类:
-
CertPath
用于序列化的备用
CertPath
类。
- 自 JDK 版本:
- 1.4
- 参见:
-
Constructor Summary
ModifierConstructorDescriptionprotected
CertPathRep
(String type, byte[] data) 使用指定类型和编码形式创建一个CertPathRep
。 -
Method Summary
-
Constructor Details
-
CertPathRep
使用指定类型和编码形式创建一个CertPathRep
。- 参数:
-
type
-Certificate
类型的标准名称 -
data
- 认证路径的编码形式
-
-
Method Details
-
readResolve
返回一个根据此CertPathRep
的类型和数据构造的CertPath
。- 返回:
-
已解析的
CertPath
对象 - 抛出:
-
ObjectStreamException
- 如果无法构造CertPath
对象
-