SerializableCertPathprotected static class CertPath.CertPathRep extends Object implements Serializable
CertPath class for serialization.| Modifier | Constructor | Description | 
|---|---|---|
| protected  | Creates a  CertPathRepwith the specified type and encoded form of a certification path. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| protected Object | readResolve() | Returns a  CertPathconstructed from the type and data of thisCertPathRep. | 
protected CertPathRep(String type, byte[] data)
CertPathRep with the specified type and encoded form of a certification path.type - the standard name of a Certificate typedata - the encoded form of the certification pathprotected Object readResolve() throws ObjectStreamException
CertPath constructed from the type and data of this CertPathRep.CertPath objectObjectStreamException - if a CertPath object could not be constructed
    © 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
    https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/security/cert/CertPath.CertPathRep.html