Interface AEADAlgorithmTags

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int EAX
      EAX with 16-bit nonce/IV and 16-bit auth tag length.
      static int GCM
      GCM with 12-bit nonce/IV and 16-bit auth tag length.
      static int OCB
      OCB with 15-bit nonce/IV and 16-bit auth tag length.
    • Field Detail

      • EAX

        static final int EAX
        EAX with 16-bit nonce/IV and 16-bit auth tag length.
        See Also:
        Constant Field Values
      • OCB

        static final int OCB
        OCB with 15-bit nonce/IV and 16-bit auth tag length. RFC9580-compliant implementations MUST implement OCB.
        See Also:
        Constant Field Values
      • GCM

        static final int GCM
        GCM with 12-bit nonce/IV and 16-bit auth tag length. OpenPGP only.
        See Also:
        Constant Field Values