Searched refs:doEncoding (Results 1 – 3 of 3) sorted by relevance
77 byte [] rawdata = doEncoding(text.getBytes(charset)); in encodeText()148 protected abstract byte[] doEncoding(byte[] bytes) throws EncoderException; in doEncoding() method in RFC1522Codec
76 protected byte[] doEncoding(byte[] bytes) throws EncoderException { in doEncoding() method in BCodec
132 protected byte[] doEncoding(byte[] bytes) throws EncoderException { in doEncoding() method in QCodec