protected static class CertPath.CertPathRep extends Object implements Serializable
CertPath类用于序列化。
| Modifier | Constructor and Description |
|---|---|
protected |
CertPathRep(String type, byte[] data)
创建具有
CertPathRep类型和认证路径的编码形式的CertPathRep。
|
protected CertPathRep(String type, byte[] data)
CertPathRep类型和认证路径的编码形式的CertPathRep。
type - 标准名称为
CertPath型
data - 认证路径的编码形式
protected Object readResolve() throws ObjectStreamException
CertPath CertPath。
CertPath对象
ObjectStreamException - if a
CertPath could not be constructed
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.