Class PredefinedDeterministicAeadParameters


  • public final class PredefinedDeterministicAeadParameters
    extends java.lang.Object
    Pre-generated KeyTemplate for DeterministicAead keys.

    Note: if you want to keep dependencies small, consider inlining the constants here.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static AesSivParameters AES256_SIV
      A KeyTemplate that generates new instances of AesSivKey with a 64-byte key.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • AES256_SIV

        public static final AesSivParameters AES256_SIV
        A KeyTemplate that generates new instances of AesSivKey with a 64-byte key.