Class SimpleAeadCipher

java.lang.Object
org.jose4j.jwe.SimpleAeadCipher

public class SimpleAeadCipher extends Object
1
  • Field Details

    • GCM_TRANSFORMATION_NAME

      public static final String GCM_TRANSFORMATION_NAME
      See Also:
    • algorithm

      private String algorithm
    • tagByteLength

      private int tagByteLength
  • Constructor Details

    • SimpleAeadCipher

      public SimpleAeadCipher(String algorithm, int tagByteLength)
  • Method Details