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

/libcore/ojluni/src/main/java/sun/security/util/
H A DDerValue.java647 public byte[] getDataBytes() throws IOException { method in class:DerValue
667 return new String(getDataBytes(), "ASCII");
680 return new String(getDataBytes(), "ISO-8859-1");
693 return new String(getDataBytes(), "ASCII");
709 return new String(getDataBytes(), "UnicodeBigUnmarked");
723 return new String(getDataBytes(), "UTF8");
737 return new String(getDataBytes(), "ASCII");

Completed in 34 milliseconds