No examples for this method.
Frequently called with: [Clear]
-1
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
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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. |
---|