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.JsonWebKey
Key.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.JsonWebKey
Key.DeletedKeyBundle. key()
abstract Key.JsonWebKey
Key.KeyBundle. key()
Methods in org.jclouds.azurecompute.arm.domain with parameters of type Key.JsonWebKey Modifier and Type Method Description 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.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.KeyBundle
VaultApi. importKey(URI vaultBaseUrl, String keyName, boolean hsm, Key.KeyAttributes attributes, Key.JsonWebKey key, Map<String,String> tags)
-