Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/hiddenapi/sun/security/util/
DDerInputStream.java41 public DerInputStream(byte[] data, int offset, int len, boolean allowIndefiniteLength) in DerInputStream()
50 private void init(byte[] data, int offset, int len, boolean allowIndefiniteLength) in init()
/libcore/ojluni/src/main/java/sun/security/util/
DDerInputStream.java114 boolean allowIndefiniteLength) throws IOException { in DerInputStream()
122 boolean allowIndefiniteLength) throws IOException { in init()