protected static class Certificate.CertificateRep
extends Object
implements Serializable
java.lang.Object | |
↳ | java.security.cert.Certificate.CertificateRep |
序列化的替代证书类。
Protected constructors |
|
---|---|
Certificate.CertificateRep(String type, byte[] data) 使用证书类型和证书编码字节构造备用证书类。 |
Protected methods |
|
---|---|
Object |
readResolve() 解决证书对象。 |
Inherited methods |
|
---|---|
From class java.lang.Object
|
Certificate.CertificateRep (String type, byte[] data)
使用证书类型和证书编码字节构造备用证书类。
Parameters | |
---|---|
type |
String : the standard name of the Certificate type. |
data |
byte : the Certificate data. |
Object readResolve ()
解决证书对象。
Returns | |
---|---|
Object |
the resolved Certificate Object |
Throws | |
---|---|
ObjectStreamException |
if the Certificate could not be resolved |