public final class AesCipher extends Object implements Cipher
byte[]
iv
key
AesCipher(byte[] key, byte[] iv)
decrypt(byte[] data)
encrypt(byte[] data)
static byte[]
toArray(String str)
String
toString()
toString(byte[] a)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public final byte[] key
public final byte[] iv
public AesCipher(byte[] key, byte[] iv)
public byte[] decrypt(byte[] data)
decrypt
Cipher
public byte[] encrypt(byte[] data)
encrypt
public String toString()
toString
Object
public String toString(byte[] a)
public static byte[] toArray(String str)
Copyright © 2016. All rights reserved.