Class KeyItem

  • Direct Known Subclasses:
    DeletedKeyItem

    public class KeyItem
    extends Object
    The key item containing key metadata.
    • Constructor Detail

      • KeyItem

        public KeyItem()
    • Method Detail

      • kid

        public String kid()
        Get the kid value.
        Returns:
        the kid value
      • withKid

        public KeyItem withKid​(String kid)
        Set the kid value.
        Parameters:
        kid - the kid value to set
        Returns:
        the KeyItem object itself.
      • attributes

        public KeyAttributes attributes()
        Get the attributes value.
        Returns:
        the attributes value
      • withAttributes

        public KeyItem withAttributes​(KeyAttributes attributes)
        Set the attributes value.
        Parameters:
        attributes - the attributes value to set
        Returns:
        the KeyItem object itself.
      • tags

        public Map<String,​String> tags()
        Get the tags value.
        Returns:
        the tags value
      • withTags

        public KeyItem withTags​(Map<String,​String> tags)
        Set the tags value.
        Parameters:
        tags - the tags value to set
        Returns:
        the KeyItem object itself.
      • managed

        public Boolean managed()
        Get the managed value.
        Returns:
        the managed value