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

/libcore/ojluni/src/main/java/sun/security/util/
H A DDerInputStream.java110 * @param allowIndefiniteLength whether to allow constructed
114 boolean allowIndefiniteLength) throws IOException {
115 init(data, offset, len, allowIndefiniteLength);
122 boolean allowIndefiniteLength) throws IOException {
128 if (!allowIndefiniteLength) {
113 DerInputStream(byte[] data, int offset, int len, boolean allowIndefiniteLength) argument
121 init(byte[] data, int offset, int len, boolean allowIndefiniteLength) argument

Completed in 77 milliseconds