Most visited

Recently visited

Added in API level 1

Certificate.CertificateRep

protected static class Certificate.CertificateRep
extends Object implements Serializable

java.lang.Object
   ↳ java.security.cert.Certificate.CertificateRep


序列化的替代证书类。

Summary

Protected constructors

Certificate.CertificateRep(String type, byte[] data)

使用证书类型和证书编码字节构造备用证书类。

Protected methods

Object readResolve()

解决证书对象。

Inherited methods

From class java.lang.Object

Protected constructors

Certificate.CertificateRep

Added in API level 1
Certificate.CertificateRep (String type, 
                byte[] data)

使用证书类型和证书编码字节构造备用证书类。

Parameters
type String: the standard name of the Certificate type.

data byte: the Certificate data.

Protected methods

readResolve

Added in API level 1
Object readResolve ()

解决证书对象。

Returns
Object the resolved Certificate Object
Throws
ObjectStreamException if the Certificate could not be resolved

Hooray!