Searched refs:startLen (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/util/
H A DDerInputStream.java290 * @param startLen guess about how long the sequence will be
294 public DerValue[] getSequence(int startLen, argument
299 return readVector(startLen, originalEncodedFormRetained);
308 * @param startLen guess about how long the sequence will be
312 public DerValue[] getSequence(int startLen) throws IOException { argument
314 startLen,
324 * @param startLen guess about how large the set will be
328 public DerValue[] getSet(int startLen) throws IOException { argument
332 return readVector(startLen);
341 * @param startLen gues
346 getSet(int startLen, boolean implicit) argument
354 getSet(int startLen, boolean implicit, boolean originalEncodedFormRetained) argument
371 readVector(int startLen) argument
382 readVector(int startLen, boolean originalEncodedFormRetained) argument
[all...]

Completed in 44 milliseconds