Uses of Class
org.jclouds.azurecompute.arm.domain.Key.KeyAttributes
Packages that use Key.KeyAttributes
-
Uses of Key.KeyAttributes in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Key.KeyAttributesModifier and TypeMethodDescriptionabstract Key.KeyAttributes
Key.attributes()
abstract Key.KeyAttributes
Key.DeletedKeyBundle.attributes()
abstract Key.KeyAttributes
Key.KeyBundle.attributes()
static Key.KeyAttributes
Key.KeyAttributes.create
(Boolean enabled, Integer created, Integer expires, Integer notBefore, String recoveryLevel, Integer updated) Methods in org.jclouds.azurecompute.arm.domain with parameters of type Key.KeyAttributesModifier and TypeMethodDescriptionstatic Key
static Key.DeletedKeyBundle
Key.DeletedKeyBundle.create
(Key.KeyAttributes attributes, String deletedDate, Key.JsonWebKey key, boolean managed, String recoveryId, String scheduledPurgeDate, Map<String, String> tags) static Key.KeyBundle
Key.KeyBundle.create
(Key.KeyAttributes attributes, Key.JsonWebKey key, boolean managed, Map<String, String> tags) -
Uses of Key.KeyAttributes in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features with parameters of type Key.KeyAttributesModifier and TypeMethodDescriptionVaultApi.createKey
(URI vaultBaseUrl, String keyName, Key.KeyAttributes attributes, String curveName, List<String> keyOps, int keySize, String keyType, Map<String, String> tags) VaultApi.importKey
(URI vaultBaseUrl, String keyName, boolean hsm, Key.KeyAttributes attributes, Key.JsonWebKey key, Map<String, String> tags) VaultApi.updateKey
(URI vaultBaseUrl, String keyName, String keyVersion, Key.KeyAttributes attributes, List<String> keyOps, Map<String, String> tags)