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
Modifier and TypeFieldDescriptionprivate KeyAttributes
The key management attributes.private String
Key identifier.private Boolean
True if the key's lifetime is managed by key vault.Application specific metadata in the form of key-value pairs. -
Constructor Summary
-
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.
-