Class ASN1Any

java.lang.Object
org.apache.harmony.security.asn1.ASN1Type
org.apache.harmony.security.asn1.ASN1Any
All Implemented Interfaces:
ASN1Constants

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

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