protected static class Certificate.CertificateRep extends Object implements Serializable
Serializable
class to be used for serialization and
deserialization of Certificate
objects.Modifier | Constructor and Description |
---|---|
protected |
Certificate.CertificateRep(String type,
byte[] data)
Creates a new
CertificateRep instance with the specified
certificate type and encoded data. |
protected Certificate.CertificateRep(String type, byte[] data)
CertificateRep
instance with the specified
certificate type and encoded data.type
- the certificate type.data
- the encoded data.protected Object readResolve() throws ObjectStreamException
Certificate
from a serialized CertificateRep
object.Certificate
.ObjectStreamException
- if deserialization fails.