- java.lang.Object
-
- java.security.cert.Certificate.CertificateRep
-
- 实现的所有接口
-
Serializable
- Enclosing class:
- Certificate
protected static class Certificate.CertificateRep extends Object implements Serializable
用于序列化的备用证书类。- 从以下版本开始:
- 1.3
- 另请参见:
- Serialized Form
-
-
构造方法详细信息
-
CertificateRep
protected CertificateRep(String type, byte[] data)
使用证书类型和证书编码字节构造备用证书类。- 参数
-
type
- 证书类型的标准名称。 -
data
- 证书数据。
-
-
方法详细信息
-
readResolve
protected Object readResolve() throws ObjectStreamException
解析证书对象。- 结果
- 已解析的证书对象
- 异常
-
ObjectStreamException
- if the Certificate could not be resolved
-
-