CertPath.CertPathRep
protected static class CertPath.CertPathRep
extends Object
implements Serializable
替代 CertPath
类用于序列化。
摘要(Summary)
Protected constructors
CertPath.CertPathRep
CertPath.CertPathRep (String type,
byte[] data)
使用指定类型和编码形式的证书路径创建 CertPathRep
。
参数(Parameters) |
type |
String : the standard name of a CertPath type |
data |
byte : the encoded form of the certification path |
Protected methods
readResolve
Object readResolve ()
返回从类型和数据构造的 CertPath
。
返回(Returns) |
Object |
the resolved CertPath object |