Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/hiddenapi/sun/security/util/
DDerValue.java31 public class DerValue { class
34 public DerValue(java.lang.String value) throws java.io.IOException { in DerValue() method in DerValue
38 public DerValue(byte stringTag, java.lang.String value) throws java.io.IOException { in DerValue() method in DerValue
43 public DerValue(byte tag, byte[] data) { in DerValue() method in DerValue
47 DerValue(sun.security.util.DerInputBuffer in, boolean originalEncodedFormRetained) in DerValue() method in DerValue
53 public DerValue(byte[] buf) throws java.io.IOException { in DerValue() method in DerValue
58 public DerValue(byte[] buf, int offset, int len) throws java.io.IOException { in DerValue() method in DerValue
63 public DerValue(java.io.InputStream in) throws java.io.IOException { in DerValue() method in DerValue
/libcore/ojluni/src/main/java/sun/security/util/
DDerValue.java56 public class DerValue { class
216 public DerValue(String value) throws IOException { in DerValue() method in DerValue
233 public DerValue(byte stringTag, String value) throws IOException { in DerValue() method in DerValue
243 public DerValue(byte tag, byte[] data) { in DerValue() method in DerValue
255 DerValue(DerInputBuffer in, boolean originalEncodedFormRetained) in DerValue() method in DerValue
310 public DerValue(byte[] buf) throws IOException { in DerValue() method in DerValue
323 public DerValue(byte[] buf, int offset, int len) throws IOException { in DerValue() method in DerValue
336 public DerValue(InputStream in) throws IOException { in DerValue() method in DerValue