|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IntHolder in com.objsys.asn1j.runtime |
---|
Methods in com.objsys.asn1j.runtime with parameters of type IntHolder | |
---|---|
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 |
Asn1Time.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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |