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.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.KeyAttributes Modifier and Type Method Description static Key
Key. create(String kid, Key.KeyAttributes attributes, boolean managed, Map<String,String> tags)
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.KeyAttributes Modifier and Type Method Description Key.KeyBundle
VaultApi. createKey(URI vaultBaseUrl, String keyName, Key.KeyAttributes attributes, String curveName, List<String> keyOps, int keySize, String keyType, Map<String,String> tags)
Key.KeyBundle
VaultApi. importKey(URI vaultBaseUrl, String keyName, boolean hsm, Key.KeyAttributes attributes, Key.JsonWebKey key, Map<String,String> tags)
Key.KeyBundle
VaultApi. updateKey(URI vaultBaseUrl, String keyName, String keyVersion, Key.KeyAttributes attributes, List<String> keyOps, Map<String,String> tags)
-