Home
last modified time | relevance | path

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

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