Interface SymmetricKeyAlgorithmTags

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int AES_128
      AES with 128-bit key.
      static int AES_192
      AES with 192-bit key.
      static int AES_256
      AES with 256-bit key.
      static int BLOWFISH
      Blowfish (128-bit key, 16 rounds).
      static int CAMELLIA_128
      Camellia with 128-bit key.
      static int CAMELLIA_192
      Camellia with 192-bit key.
      static int CAMELLIA_256
      Camellia with 256-bit key.
      static int CAST5
      CAST5 (128-bit key, as per RFC 2144).
      static int DES
      Reserved for DES/SK.
      static int IDEA
      IDEA.
      static int NULL
      Plaintext or unencrypted data.
      static int SAFER
      Reserved for SAFER-SK128 (13 rounds).
      static int TRIPLE_DES
      Triple-DES (DES-EDE, as per spec - 168-bit key derived from 192).
      static int TWOFISH
      Twofish with 256-bit key.