Home
last modified time | relevance | path

Searched refs:getDataBytes (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/util/
DDerValue.java647 public byte[] getDataBytes() throws IOException { in getDataBytes() method in DerValue
667 return new String(getDataBytes(), "ASCII"); in getPrintableString()
680 return new String(getDataBytes(), "ISO-8859-1"); in getT61String()
693 return new String(getDataBytes(), "ASCII"); in getIA5String()
709 return new String(getDataBytes(), "UnicodeBigUnmarked"); in getBMPString()
723 return new String(getDataBytes(), "UTF8"); in getUTF8String()
737 return new String(getDataBytes(), "ASCII"); in getGeneralString()
/libcore/ojluni/src/main/java/java/security/
DPKCS12Attribute.java278 values[i] = Debug.toString(attrValueSet[i].getDataBytes()); in parse()
/libcore/ojluni/annotations/hiddenapi/sun/security/util/
DDerValue.java183 public byte[] getDataBytes() throws java.io.IOException { in getDataBytes() method in DerValue
/libcore/ojluni/src/main/java/sun/security/x509/
DAVA.java778 valStr = new String(value.getDataBytes(), "UTF8"); in toRFC2253String()
933 valStr = new String(value.getDataBytes(), "UTF8"); in toRFC2253CanonicalString()