Package org.teamapps.cluster.crypto
Klasse AesCipher
java.lang.Object
org.teamapps.cluster.crypto.AesCipher
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic byte[]combineArrays(byte[] array1, byte[] array2) byte[]decrypt(byte[] data) byte[]decrypt(byte[] data, int offset) byte[]decrypt(long nonce, long id, byte[] data) intdecryptInt(long nonce, long id, int value) byte[]decryptSave(byte[] data) byte[]encrypt(byte[] data) byte[]encrypt(long nonce, long id, byte[] data) intencryptInt(long nonce, long id, int value) byte[]encryptSave(byte[] data)
-
Konstruktordetails
-
AesCipher
-
AesCipher
public AesCipher(byte[] key)
-
-
Methodendetails
-
encrypt
- Löst aus:
Exception
-
encryptSave
public byte[] encryptSave(byte[] data) -
decrypt
- Löst aus:
Exception
-
decryptSave
public byte[] decryptSave(byte[] data) -
decrypt
- Löst aus:
Exception
-
encrypt
- Löst aus:
Exception
-
decrypt
- Löst aus:
Exception
-
encryptInt
- Löst aus:
Exception
-
decryptInt
- Löst aus:
Exception
-
combineArrays
public static byte[] combineArrays(byte[] array1, byte[] array2)
-