PublicCertificate contains an x509 public certificate in PEM format and a string which is
used to identify this certificate.
See Also: RFC 5280 for the specification of x509 certificates.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["`PublicCertificate` is a class that holds an x509 public certificate in PEM format along with an identifier string."],["This class implements the `Serializable` interface, making it suitable for serialization."],["The `PublicCertificate` class can be constructed by providing a certificate name and the x509 certificate data in PEM format."],["The certificate name can be accessed via the `getCertificateName()` method and the certificate content can be retrieved using the `getX509CertificateInPemFormat()` method, both returning strings."]]],[]]