HomeSort by relevance Sort by last modified time
    Searched defs:toDerInputStream (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/sun/security/util/
DerValue.java 866 public DerInputStream toDerInputStream() throws IOException {
869 throw new IOException("toDerInputStream rejects tag type " + tag);
  /libcore/ojluni/src/main/java/sun/security/x509/
X500Name.java 296 //Note that toDerInputStream uses only the buffer (data) and not
298 this(value.toDerInputStream());
    [all...]

Completed in 57 milliseconds