Searched refs:encodingLen (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/security/asn1/
H A DDerInputStream.java43 public DerInputStream(byte[] encoded, int offset, int encodingLen) throws IOException { argument
44 super(encoded, offset, encodingLen);
H A DASN1Type.java85 public final Object decode(byte[] encoded, int offset, int encodingLen) argument
87 return decode(new DerInputStream(encoded, offset, encodingLen));

Completed in 53 milliseconds