Klasse AesRaBlockCipher

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

public class AesRaBlockCipher extends Object
  • Konstruktordetails

  • Methodendetails

    • encryptInteger

      public byte[] encryptInteger(int pos, int value, byte[] blockData) throws Exception
      Löst aus:
      Exception
    • decryptInteger

      public int decryptInteger(int pos, byte[] blockData) throws Exception
      Löst aus:
      Exception
    • getBlockData

      public static byte[] getBlockData(int pos, int dataLength, byte[] data)
    • main

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