Class ASN1Any

  • All Implemented Interfaces:
    ASN1Constants

    public final class ASN1Any
    extends ASN1Type
    This class represents ASN.1 ANY type.
    See Also:
    ASN.1
    • Constructor Detail

      • ASN1Any

        public ASN1Any()
        Constructs ASN.1 ANY type The constructor is provided for inheritance purposes when there is a need to create a custom ASN.1 ANY type. To get a default implementation it is recommended to use getInstance() method.