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