Uses of Class
org.jclouds.azurecompute.arm.domain.Key.KeyOperationResult
-
Packages that use Key.KeyOperationResult Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of Key.KeyOperationResult in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Key.KeyOperationResult Modifier and Type Method Description static Key.KeyOperationResult
Key.KeyOperationResult. create(String keyId, String value)
-
Uses of Key.KeyOperationResult in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features that return Key.KeyOperationResult Modifier and Type Method Description Key.KeyOperationResult
VaultApi. decrypt(URI vaultBaseUrl, String keyName, String keyVersion, String algorithm, String value)
Key.KeyOperationResult
VaultApi. encrypt(URI vaultBaseUrl, String keyName, String keyVersion, String algorithm, String value)
Key.KeyOperationResult
VaultApi. sign(URI vaultBaseUrl, String keyName, String keyVersion, String algorithm, String value)
Key.KeyOperationResult
VaultApi. unwrap(URI vaultBaseUrl, String keyName, String keyVersion, String algorithm, String value)
Key.KeyOperationResult
VaultApi. wrap(URI vaultBaseUrl, String keyName, String keyVersion, String algorithm, String value)
-