Uses of Class
org.jclouds.azurecompute.arm.domain.Key.KeyAttributes
-
Packages that use Key.KeyAttributes Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of Key.KeyAttributes in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Key.KeyAttributes Modifier and Type Method Description abstract Key.KeyAttributesKey. attributes()abstract Key.KeyAttributesKey.DeletedKeyBundle. attributes()abstract Key.KeyAttributesKey.KeyBundle. attributes()static Key.KeyAttributesKey.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.KeyAttributes Modifier and Type Method Description static KeyKey. create(String kid, Key.KeyAttributes attributes, boolean managed, Map<String,String> tags)static Key.DeletedKeyBundleKey.DeletedKeyBundle. create(Key.KeyAttributes attributes, String deletedDate, Key.JsonWebKey key, boolean managed, String recoveryId, String scheduledPurgeDate, Map<String,String> tags)static Key.KeyBundleKey.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.KeyAttributes Modifier and Type Method Description Key.KeyBundleVaultApi. createKey(URI vaultBaseUrl, String keyName, Key.KeyAttributes attributes, String curveName, List<String> keyOps, int keySize, String keyType, Map<String,String> tags)Key.KeyBundleVaultApi. importKey(URI vaultBaseUrl, String keyName, boolean hsm, Key.KeyAttributes attributes, Key.JsonWebKey key, Map<String,String> tags)Key.KeyBundleVaultApi. updateKey(URI vaultBaseUrl, String keyName, String keyVersion, Key.KeyAttributes attributes, List<String> keyOps, Map<String,String> tags)
-