Klasse AesRaCipher

java.lang.Object
org.teamapps.cluster.crypto.AesRaCipher

public class AesRaCipher extends Object
  • Konstruktordetails

  • Methodendetails

    • encrypt

      public byte[] encrypt(byte[] data, int counter) throws Exception
      Löst aus:
      Exception
    • encryptSave

      public byte[] encryptSave(byte[] data, int counter)
    • decrypt

      public byte[] decrypt(byte[] data, int counter) throws Exception
      Löst aus:
      Exception
    • decryptSave

      public byte[] decryptSave(byte[] data, int counter)
    • decrypt

      public byte[] decrypt(byte[] data, int offset, int counter) throws Exception
      Löst aus:
      Exception
    • encryptInlinedIv

      public byte[] encryptInlinedIv(byte[] data) throws Exception
      Löst aus:
      Exception
    • encryptSaveInlinedIv

      public byte[] encryptSaveInlinedIv(byte[] data)
    • decryptInlinedIv

      public byte[] decryptInlinedIv(byte[] data) throws Exception
      Löst aus:
      Exception
    • decryptSaveInlinedIv

      public byte[] decryptSaveInlinedIv(byte[] data)
    • decryptInlinedIv

      public byte[] decryptInlinedIv(byte[] data, int offset) throws Exception
      Löst aus:
      Exception
    • combineArrays

      public static byte[] combineArrays(byte[] array1, byte[] array2)
    • encryptString

      public byte[] encryptString(String value, int counter) throws Exception
      Löst aus:
      Exception
    • decryptString

      public String decryptString(byte[] data, int counter) throws Exception
      Löst aus:
      Exception
    • encryptInt

      public int encryptInt(int value, int counter) throws Exception
      Löst aus:
      Exception
    • decryptInt

      public int decryptInt(int value, int counter) throws Exception
      Löst aus:
      Exception
    • encryptLong

      public long encryptLong(long value, int counter) throws Exception
      Löst aus:
      Exception
    • decryptLong

      public long decryptLong(long value, int counter) throws Exception
      Löst aus:
      Exception
    • encryptDouble

      public double encryptDouble(double value, int counter) throws Exception
      Löst aus:
      Exception
    • decryptDouble

      public double decryptDouble(double value, int counter) throws Exception
      Löst aus:
      Exception
    • encryptFloat

      public float encryptFloat(float value, int counter) throws Exception
      Löst aus:
      Exception
    • decryptFloat

      public float decryptFloat(float value, int counter) throws Exception
      Löst aus:
      Exception
    • main

      public static void main(String[] args) throws Exception
      Löst aus:
      Exception