| Modifier and Type | Method and Description | 
|---|---|
boolean | 
Asn1BerDecodeContext.matchElemTag(Asn1Tag tag,
            IntHolder parsedLen,
            boolean advance)
This method will attempt to match the next element tag in
 a constructed type with the expected value. 
 | 
boolean | 
Asn1BerDecodeContext.matchElemTag(short tagClass,
            short tagForm,
            int tagIDCode,
            IntHolder parsedLen,
            boolean advance)
This method will attempt to match the next element tag in
 a constructed type with the expected value. 
 | 
boolean | 
Asn1BerDecodeBuffer.matchTag(Asn1Tag tag,
        Asn1Tag parsedTag,
        IntHolder parsedLen)
This overloaded version of matchTag allows the tag value to
 be matched to be passed using an Asn1Tag object. 
 | 
boolean | 
Asn1BerDecodeBuffer.matchTag(short tagClass,
        short tagForm,
        int tagIDCode,
        Asn1Tag parsedTag,
        IntHolder parsedLen)
This method decodes the next tag value and checks for a match
 with the given tag value. 
 | 
protected static int | 
Asn1AbstractTime.parseInt(java.lang.String str,
        IntHolder off,
        int len)
Parses integer value using String. 
 | 
static byte[] | 
Asn1Value.parseString(java.lang.String value,
           IntHolder numbits)
This static method parses the given ASN.1 value text (either a
 binary or hex data string) and returns the value in a binary
 byte array. 
 |