CertPath.CertPathRep (Java SE 10 & JDK 10 )
- java.lang.Object
-
- java.security.cert.CertPath.CertPathRep
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CertPath
protected static class CertPath.CertPathRep extends Object implements Serializable
Alternate
CertPathclass for serialization.- Since:
- 1.4
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCertPathRep(String type, byte[] data)Creates a
CertPathRepwith the specified type and encoded form of a certification path.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjectreadResolve()Returns a
CertPathconstructed from the type and data.
-
-
-
Constructor Detail
-
CertPathRep
protected CertPathRep(String type, byte[] data)
Creates a
CertPathRepwith the specified type and encoded form of a certification path.- Parameters:
type- the standard name of aCertPathtypedata- the encoded form of the certification path
-
-
Method Detail
-
readResolve
protected Object readResolve() throws ObjectStreamException
Returns a
CertPathconstructed from the type and data.- Returns:
- the resolved
CertPathobject - Throws:
ObjectStreamException- if aCertPathcould not be constructed
-
-
Report a bug or suggest an enhancement
For further API reference and developer documentation see the Java SE Documentation, which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples.
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2018, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA.
All rights reserved. Use is subject to license terms and the documentation redistribution policy.