Uses of Class
org.jclouds.azurecompute.arm.domain.Key.KeyBundle
-
Packages that use Key.KeyBundle Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of Key.KeyBundle in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Key.KeyBundle Modifier and Type Method Description static Key.KeyBundle
Key.KeyBundle. create(Key.KeyAttributes attributes, Key.JsonWebKey key, boolean managed, Map<String,String> tags)
-
Uses of Key.KeyBundle in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features that return Key.KeyBundle 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. getKey(URI vaultBaseUrl, String keyName)
Key.KeyBundle
VaultApi. importKey(URI vaultBaseUrl, String keyName, boolean hsm, Key.KeyAttributes attributes, Key.JsonWebKey key, Map<String,String> tags)
Key.KeyBundle
VaultApi. recoverDeletedKey(URI vaultBaseUrl, String keyName)
Key.KeyBundle
VaultApi. restoreKey(URI vaultBaseUrl, String keyInfo)
Key.KeyBundle
VaultApi. updateKey(URI vaultBaseUrl, String keyName, String keyVersion, Key.KeyAttributes attributes, List<String> keyOps, Map<String,String> tags)
-