Searched defs:encode (Results 1 – 11 of 11) sorted by relevance
51 public static String encode(String s) { in encode() method in URLEncoder90 public static String encode(String s, String enc) throws UnsupportedEncodingException { in encode() method in URLEncoder
65 public void encode(OutputStream stream) throws KeyException, IOException; in encode() method
65 public void encode(OutputStream stream) throws KeyException, in encode() method in CertificateStub
134 public static String encode(byte[] in, Charset charset) { in encode() method in Base64
450 public final ByteBuffer encode(CharBuffer buffer) { in encode() method in Charset471 public final ByteBuffer encode(String s) { in encode() method in Charset
291 public final ByteBuffer encode(CharBuffer in) throws CharacterCodingException { in encode() method in CharsetEncoder418 public final CoderResult encode(CharBuffer in, ByteBuffer out, boolean endOfInput) { in encode() method in CharsetEncoder
42 public static String encode(byte[] a) { in encode() method in StringEncoder
118 public final byte[] encode(Object object) { in encode() method in ASN1Type
62 public static native int encode(long converterHandle, char[] input, int inEnd, in encode() method in NativeConverter
118 public void encode(OutputStream out) { in encode() method in Identity2Test.CertificateImpl
906 String encode = Encodings.getMimeEncoding(encoding); in startElement() local