Most visited

Recently visited

Added in API level 1

CertPath.CertPathRep

protected static class CertPath.CertPathRep
extends Object implements Serializable

java.lang.Object
   ↳ java.security.cert.CertPath.CertPathRep


替代 CertPath类用于序列化。

Summary

Protected constructors

CertPath.CertPathRep(String type, byte[] data)

用指定类型和认证路径的编码形式创建 CertPathRep

Protected methods

Object readResolve()

返回由类型和数据构造的 CertPath

Inherited methods

From class java.lang.Object

Protected constructors

CertPath.CertPathRep

Added in API level 1
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

Added in API level 1
Object readResolve ()

返回从类型和数据构造的 CertPath

Returns
Object the resolved CertPath object
Throws
ObjectStreamException if a CertPath could not be constructed

Hooray!