Searched defs:doEncrypt (Results 1 – 2 of 2) sorted by relevance
145 static byte[] doEncrypt(Cipher cipher, byte[] data) throws Exception { in doEncrypt() method in Utils
244 private boolean encryptInternal(boolean doEncrypt) { in encryptInternal()