Class CertPath.CertPathRep

java.lang.Object
java.security.cert.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 Details

    • 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.
  • Method Details