Package org.teamapps.cluster.crypto
Klasse AesRaCipher
java.lang.Object
org.teamapps.cluster.crypto.AesRaCipher
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungAesRaCipher(byte[] key, byte[] ivData, int ctrOffset) AesRaCipher(String key) AesRaCipher(String key, String ivAsHex) AesRaCipher(String key, String ivAsHex, int ctrOffset) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic byte[]combineArrays(byte[] array1, byte[] array2) byte[]decrypt(byte[] data, int counter) byte[]decrypt(byte[] data, int offset, int counter) doubledecryptDouble(double value, int counter) floatdecryptFloat(float value, int counter) byte[]decryptInlinedIv(byte[] data) byte[]decryptInlinedIv(byte[] data, int offset) intdecryptInt(int value, int counter) longdecryptLong(long value, int counter) byte[]decryptSave(byte[] data, int counter) byte[]decryptSaveInlinedIv(byte[] data) decryptString(byte[] data, int counter) byte[]encrypt(byte[] data, int counter) doubleencryptDouble(double value, int counter) floatencryptFloat(float value, int counter) byte[]encryptInlinedIv(byte[] data) intencryptInt(int value, int counter) longencryptLong(long value, int counter) byte[]encryptSave(byte[] data, int counter) byte[]encryptSaveInlinedIv(byte[] data) byte[]encryptString(String value, int counter) static void
-
Konstruktordetails
-
Methodendetails
-
encrypt
- Löst aus:
Exception
-
encryptSave
public byte[] encryptSave(byte[] data, int counter) -
decrypt
- Löst aus:
Exception
-
decryptSave
public byte[] decryptSave(byte[] data, int counter) -
decrypt
- Löst aus:
Exception
-
encryptInlinedIv
- Löst aus:
Exception
-
encryptSaveInlinedIv
public byte[] encryptSaveInlinedIv(byte[] data) -
decryptInlinedIv
- Löst aus:
Exception
-
decryptSaveInlinedIv
public byte[] decryptSaveInlinedIv(byte[] data) -
decryptInlinedIv
- Löst aus:
Exception
-
combineArrays
public static byte[] combineArrays(byte[] array1, byte[] array2) -
encryptString
- Löst aus:
Exception
-
decryptString
- Löst aus:
Exception
-
encryptInt
- Löst aus:
Exception
-
decryptInt
- Löst aus:
Exception
-
encryptLong
- Löst aus:
Exception
-
decryptLong
- Löst aus:
Exception
-
encryptDouble
- Löst aus:
Exception
-
decryptDouble
- Löst aus:
Exception
-
encryptFloat
- Löst aus:
Exception
-
decryptFloat
- Löst aus:
Exception
-
main
- Löst aus:
Exception
-