Uses of Class
org.jclouds.azurecompute.arm.domain.Key.JsonWebKey
Packages that use Key.JsonWebKey
-
Uses of Key.JsonWebKey in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Key.JsonWebKeyModifier and TypeMethodDescriptionstatic 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.JsonWebKeyModifier and TypeMethodDescriptionstatic 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.JsonWebKeyModifier and TypeMethodDescriptionVaultApi.importKey
(URI vaultBaseUrl, String keyName, boolean hsm, Key.KeyAttributes attributes, Key.JsonWebKey key, Map<String, String> tags)