Searched refs:indefData (Results 1 – 4 of 4) sorted by relevance
268 byte[] indefData = new byte[readLen + offset]; in DerValue()269 indefData[0] = tag; in DerValue()270 indefData[1] = lenByte; in DerValue()272 dis.readFully(indefData, offset, readLen); in DerValue()275 inbuf = new DerInputBuffer(derIn.convert(indefData)); in DerValue()386 byte[] indefData = new byte[readLen + offset]; in init()387 indefData[0] = tag; in init()388 indefData[1] = lenByte; in init()390 dis.readFully(indefData, offset, readLen); in init()393 in = new ByteArrayInputStream(derIn.convert(indefData)); in init()
433 byte[] indefData = new byte[readLen + offset]; in readVector()434 indefData[0] = tag; in readVector()435 indefData[1] = lenByte; in readVector()437 dis.readFully(indefData, offset, readLen); in readVector()440 buffer = new DerInputBuffer(derIn.convert(indefData)); in readVector()
320 byte[] convert(byte[] indefData) throws IOException { in convert() argument321 data = indefData; in convert()352 System.arraycopy(indefData, dataSize, in convert()
92 byte[] convert(byte[] indefData) throws java.io.IOException { in convert() argument