Class X509CertImpl.CertificateRep1

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    X509CertImpl

    protected static class X509CertImpl.CertificateRep1
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected CertificateRep1​(java.lang.String type, byte[] data)
      Construct the alternate Certificate class with the Certificate type and Certificate encoding bytes.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object readResolve()
      Resolve the Certificate Object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CertificateRep1

        protected CertificateRep1​(java.lang.String type,
                                  byte[] data)
        Construct the alternate Certificate class with the Certificate type and Certificate encoding bytes.

        Parameters:
        type - the standard name of the Certificate type.

        data - the Certificate data.
    • Method Detail

      • readResolve

        protected java.lang.Object readResolve()
                                        throws java.io.ObjectStreamException
        Resolve the Certificate Object.

        Returns:
        the resolved Certificate Object.
        Throws:
        java.io.ObjectStreamException - if the Certificate could not be resolved.