Added in API level 1
CertificateRep
protected open class CertificateRep : Serializable
kotlin.Any | |
↳ | java.security.cert.Certificate.CertificateRep |
Alternate Certificate class for serialization.
Summary
Protected constructors | |
---|---|
CertificateRep(type: String!, data: ByteArray!) Construct the alternate Certificate class with the Certificate type and Certificate encoding bytes. |
Protected methods | |
---|---|
open Any! |
Resolve the Certificate Object. |
Protected constructors
CertificateRep
Added in API level 1
protected CertificateRep(
type: String!,
data: ByteArray!)
Construct the alternate Certificate class with the Certificate type and Certificate encoding bytes.
Parameters | |
---|---|
type |
String!: the standard name of the Certificate type. |
data |
ByteArray!: the Certificate data. |
Protected methods
readResolve
Added in API level 1
protected open fun readResolve(): Any!
Resolve the Certificate Object.
Return | |
---|---|
Any! |
the resolved Certificate Object |
Exceptions | |
---|---|
java.io.ObjectStreamException |
if the Certificate could not be resolved |