Class CertPath.CertPathRep

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    CertPath

    protected static class CertPath.CertPathRep
    extends Object
    implements Serializable
    The alternate Serializable class to be used for serialization and deserialization on CertPath objects.
    See Also:
    Serialized Form
    • Constructor Detail

      • CertPathRep

        protected CertPathRep​(String type,
                              byte[] data)
        Creates a new CertPathRep instance with the specified type and encoded data.
        Parameters:
        type - the certificate type.
        data - the encoded data.