protected static class CertPath.CertPathRep extends Object implements Serializable
CertPath类。
| Modifier | Constructor and Description |
|---|---|
protected |
CertPathRep(String type, byte[] data)
创建一个具有指定类型
CertPathRep编码形式的认证路径。
|
protected CertPathRep(String type, byte[] data)
CertPathRep编码形式的认证路径。
type -一个
CertPath类型标准名称
data -证书路径的编码形式
protected Object readResolve() throws ObjectStreamException
CertPath。
CertPath对象
ObjectStreamException -如果一个
CertPath无法建造
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.