[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[],["`CertPath.CertPathRep` is an alternate class for serializing `CertPath` objects. It has a constructor `CertPathRep(String type, byte[] data)` to create a `CertPathRep` using a certification path's type and encoded data. The `readResolve()` method reconstructs a `CertPath` object from the stored type and data. It may throw `ObjectStreamException` if it fails to construct a `CertPath`. This class also includes inherited methods from `java.lang.Object`, such as `clone`, `equals`, `hashCode`, `wait`, and `notify`.\n"]]