Class Constants


  • public final class Constants
    extends Object
    • Field Detail

      • ENDFRAME_SEQUENCE_NUMBER

        public static final int ENDFRAME_SEQUENCE_NUMBER
        Marker for identifying the final frame.
        See Also:
        Constant Field Values
      • FRAME_STRING_ID

        public static final String FRAME_STRING_ID
        The identifier for non-final frames in the framing content type. This value is used as part of the additional authenticated data (AAD) when encryption of content in a frame.
        See Also:
        Constant Field Values
      • FINAL_FRAME_STRING_ID

        public static final String FINAL_FRAME_STRING_ID
        The identifier for the final frame in the framing content type. This value is used as part of the additional authenticated data (AAD) when encryption of content in a frame.
        See Also:
        Constant Field Values
      • SINGLE_BLOCK_STRING_ID

        public static final String SINGLE_BLOCK_STRING_ID
        The identifier for the single block content type. This value is used as part of the additional authenticated data (AAD) when encryption of content in a single block.
        See Also:
        Constant Field Values
      • GCM_MAX_CONTENT_LEN

        public static final long GCM_MAX_CONTENT_LEN
        Maximum length of the content that can be encrypted in GCM mode.
        See Also:
        Constant Field Values
      • UNSIGNED_SHORT_MAX_VAL

        public static final int UNSIGNED_SHORT_MAX_VAL
        Maximum value of an unsigned short.
        See Also:
        Constant Field Values