Class ASN1Implicit

  • All Implemented Interfaces:
    ASN1Constants

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

      • 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