[[["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."],[],["`CertificateRep` is an alternate class for serializing certificates, implementing `Serializable`. It has a constructor, `CertificateRep(String type, byte[] data)`, to create an instance with the certificate's type and encoding data. It also has `readResolve()` method to resolve the certificate object when being read. Several inherited methods from the Object class are available for object manipulation, such as `clone`, `equals`, `hashCode`, `wait`, `notify`, and `toString`. The `readResolve()` method will throw an `ObjectStreamException` if the Certificate could not be resolved.\n"]]