Class KeyBundle
java.lang.Object
it.pagopa.swclient.mil.azureservices.keyvault.keys.bean.KeyBundle
A KeyBundle consisting of a WebKey plus its attributes.
- Author:
- Antonio Tarricone
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprivate KeyAttributes
The key management attributes.private JsonWebKey
The Json web key.private Boolean
True if the key's lifetime is managed by key vault.private KeyReleasePolicy
The policy rules under which the key can be exported.Application specific metadata in the form of key-value pairs. -
Constructor Summary
-
Method Summary
-
Field Details
-
attributes
The key management attributes.
-
key
The Json web key.
-
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.
-
releasePolicy
The policy rules under which the key can be exported.
-
tags
Application specific metadata in the form of key-value pairs.
-
-
Constructor Details
-
KeyBundle
public KeyBundle()Default constructor.
-