Certificate.CertificateRep | API reference | Android Developers (original) (raw)
protected open class CertificateRep : Serializable
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! | readResolve() Resolve the Certificate Object. |
Protected constructors
CertificateRep
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
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 |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.