Class KeyStatus


  • @Immutable
    public final class KeyStatus
    extends java.lang.Object
    Represents the status of a key in a keyset.

    Note that the status of a key is not part of the key itself, it is metadata about the key that is for example stored in a keyset.

    • Field Detail

      • ENABLED

        public static final KeyStatus ENABLED
      • DISABLED

        public static final KeyStatus DISABLED
      • DESTROYED

        public static final KeyStatus DESTROYED
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object