protected static class CertPath.CertPathRep
extends Object implements Serializable
| java.lang.Object | |
| ↳ | java.security.cert.CertPath.CertPathRep |
替代 CertPath类用于序列化。
Protected constructors |
|
|---|---|
CertPath.CertPathRep(String type, byte[] data) 用指定类型和认证路径的编码形式创建 |
|
Protected methods |
|
|---|---|
Object |
readResolve() 返回由类型和数据构造的 |
Inherited methods |
|
|---|---|
java.lang.Object
|
|
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 |
Object readResolve ()
返回从类型和数据构造的 CertPath 。
| Returns | |
|---|---|
Object |
the resolved CertPath object |
| Throws | |
|---|---|
ObjectStreamException |
if a CertPath could not be constructed |