Class KeyItem
java.lang.Object
it.pagopa.swclient.mil.azureservices.keyvault.keys.bean.KeyItem
The key item containing key metadata.
- Author:
- Antonio Tarricone
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate KeyAttributesThe key management attributes.private StringKey identifier.private BooleanTrue if the key's lifetime is managed by key vault.Application specific metadata in the form of key-value pairs. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
attributes
The key management attributes.
-
kid
Key identifier.
-
managed
True if the key's lifetime is managed by key vault. If this is a key backing a certificate, then managed will be true.
-
tags
Application specific metadata in the form of key-value pairs.
-
-
Constructor Details
-
KeyItem
public KeyItem()Default constructor.
-