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

/openjdk7/jdk/src/share/classes/sun/security/util/
H A DDerIndefLenConverter.java303 * @param indefData the byte array holding the indefinite
309 byte[] convert(byte[] indefData) throws IOException { argument
310 data = indefData;
341 System.arraycopy(indefData, dataSize,

Completed in 512 milliseconds