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

/libcore/ojluni/src/main/java/sun/security/util/
H A DDerValue.java56 public class DerValue { class
214 public DerValue(String value) throws IOException { method in class:DerValue
231 public DerValue(byte stringTag, String value) throws IOException { method in class:DerValue
236 * Creates a DerValue from a tag and some DER-encoded data.
241 public DerValue(byte tag, byte[] data) { method in class:DerValue
252 DerValue(DerInputBuffer in, boolean originalEncodedFormRetained) method in class:DerValue
306 public DerValue(byte[] buf) throws IOException { method in class:DerValue
319 public DerValue(byte[] buf, int offset, int len) throws IOException { method in class:DerValue
332 public DerValue(InputStream in) throws IOException { method in class:DerValue
397 throw new IOException("extra data given to DerValue constructo
[all...]

Completed in 43 milliseconds