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) |
|
---|---|
![]() 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 |