Class ASN1Null

    • Field Detail

      • INSTANCE

        public static final ASN1Null INSTANCE
        An instance of the ASN1Null type.
    • Method Detail

      • toString

        public String toString()
        Returns a string representation of the object.
        Overrides:
        toString in class Object
        Returns:
        the String "NULL"
      • readResolve

        public Object readResolve()
        Ensures that the static instance is used on deserialization.
        Returns:
        INSTANCE