Module java.base

Class CertPath.CertPathRep

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

protected static class CertPath.CertPathRep extends Object implements Serializable
用于序列化的备用 CertPath 类。
自 JDK 版本:
1.4
参见:
  • Constructor Details

    • CertPathRep

      protected CertPathRep(String type, byte[] data)
      使用指定类型和编码形式创建一个 CertPathRep
      参数:
      type - Certificate 类型的标准名称
      data - 认证路径的编码形式
  • Method Details

    • readResolve

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