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!