Uses of Class
org.jclouds.azurecompute.arm.domain.Key.JsonWebKey
-
Packages that use Key.JsonWebKey Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of Key.JsonWebKey in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Key.JsonWebKey Modifier and Type Method Description static Key.JsonWebKeyKey.JsonWebKey. create(String crv, String d, String dp, String dq, String e, String k, String keyHsm, List<String> keyOps, String kid, String kty, String n, String p, String q, String qi, String x, String y)abstract Key.JsonWebKeyKey.DeletedKeyBundle. key()abstract Key.JsonWebKeyKey.KeyBundle. key()Methods in org.jclouds.azurecompute.arm.domain with parameters of type Key.JsonWebKey Modifier and Type Method Description 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.JsonWebKey in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features with parameters of type Key.JsonWebKey Modifier and Type Method Description Key.KeyBundleVaultApi. importKey(URI vaultBaseUrl, String keyName, boolean hsm, Key.KeyAttributes attributes, Key.JsonWebKey key, Map<String,String> tags)
-