java.lang.Object | |
↳ | java.security.cert.Certificate.CertificateRep |
The alternate
Serializable
class to be used for serialization and
deserialization of
Certificate
objects.
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Creates a new
CertificateRep
instance with the specified
certificate type and encoded data.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Deserializes a
Certificate
from a serialized
CertificateRep
object.
|
[Expand]
Inherited Methods
|
|||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Creates a new
CertificateRep
instance with the specified
certificate type and encoded data.
type | the certificate type. |
---|---|
data | the encoded data. |
Deserializes a
Certificate
from a serialized
CertificateRep
object.
Certificate
.
ObjectStreamException | if deserialization fails. |
---|