Searched refs:ByteWidth (Results 1 – 1 of 1) sorted by relevance
44 public static final int ByteWidth = 8; field in Asn1Decoder203 length = (length << ByteWidth) | (data.get() & ByteMask); in decodeLength()