Class KeyFlags


public class KeyFlags extends SignatureSubpacket
Packet holding the key flag values.
  • Field Details

  • Constructor Details

    • KeyFlags

      public KeyFlags(boolean critical, boolean isLongLength, byte[] data)
    • KeyFlags

      public KeyFlags(boolean critical, int flags)
  • Method Details

    • getFlags

      public int getFlags()
      Return the flag values contained in the first 4 octets (note: at the moment the standard only uses the first one).
      Returns:
      flag values.