Searched refs:allowIndefiniteLength (Results 1 – 2 of 2) sorted by relevance
114 boolean allowIndefiniteLength) throws IOException { in DerInputStream() argument115 init(data, offset, len, allowIndefiniteLength); in DerInputStream()122 boolean allowIndefiniteLength) throws IOException { in init() argument128 if (!allowIndefiniteLength) { in init()
41 public DerInputStream(byte[] data, int offset, int len, boolean allowIndefiniteLength) in DerInputStream() argument50 private void init(byte[] data, int offset, int len, boolean allowIndefiniteLength) in init() argument