模块 java.base

类 CertPath.CertPathRep

java.lang.Object
java.security.cert.CertPath.CertPathRep
所有已实现的接口:
Serializable
封闭类:
CertPath

protected static class CertPath.CertPathRep extends Object implements Serializable
用于序列化的备用 CertPath 类。
自从:
1.4
参见:
  • 构造方法详细信息

    • CertPathRep

      protected CertPathRep(String  type, byte[] data)
      创建具有指定类型和编码形式的证书路径的CertPathRep
      参数:
      type - Certificate 类型的标准名称
      data - 证书路径的编码形式
  • 方法详情

    • readResolve

      protected Object  readResolve() throws ObjectStreamException
      返回根据此 CertPathRep 的类型和数据构造的 CertPath
      返回:
      已解决的 CertPath 对象
      抛出:
      ObjectStreamException - 如果无法构造 CertPath 对象