Class ASN1Implicit

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

public final class ASN1Implicit
extends ASN1Type
Implicitly tagged ASN.1 type.
See Also:
ASN.1
  • Constructor Details

    • ASN1Implicit

      public ASN1Implicit​(int tagNumber, ASN1Type type)
      Constructs implicitly tagged ASN.1 type with context-specific tag class and specified tag number.
      Parameters:
      tagNumber - - ASN.1 tag number
      type - - ASN.1 type to be tagged
      Throws:
      IllegalArgumentException - - if tagNumber or type is invalid
  • Method Details