Searched refs:getDataBytes (Results 1 – 4 of 4) sorted by relevance
647 public byte[] getDataBytes() throws IOException { in getDataBytes() method in DerValue667 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()
278 values[i] = Debug.toString(attrValueSet[i].getDataBytes()); in parse()
183 public byte[] getDataBytes() throws java.io.IOException { in getDataBytes() method in DerValue
778 valStr = new String(value.getDataBytes(), "UTF8"); in toRFC2253String()933 valStr = new String(value.getDataBytes(), "UTF8"); in toRFC2253CanonicalString()