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

/libcore/ojluni/src/main/java/sun/security/util/
H A DDerInputStream.java324 * @param startLen guess about how long the sequence will be
329 public DerValue[] getSequence(int startLen, argument
334 return readVector(startLen, originalEncodedFormRetained);
343 * @param startLen guess about how long the sequence will be
347 public DerValue[] getSequence(int startLen) throws IOException { argument
349 startLen,
360 * @param startLen guess about how large the set will be
364 public DerValue[] getSet(int startLen) throws IOException { argument
368 return readVector(startLen);
377 * @param startLen gues
382 getSet(int startLen, boolean implicit) argument
391 getSet(int startLen, boolean implicit, boolean originalEncodedFormRetained) argument
409 readVector(int startLen) argument
421 readVector(int startLen, boolean originalEncodedFormRetained) argument
[all...]

Completed in 185 milliseconds