Package | Description |
---|---|
org.jclouds.azurecompute.arm.domain | |
org.jclouds.azurecompute.arm.features |
Modifier and Type | Method and 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.KeyBundle.key() |
abstract Key.JsonWebKey |
Key.DeletedKeyBundle.key() |
Modifier and Type | Method and Description |
---|---|
static Key.KeyBundle |
Key.KeyBundle.create(Key.KeyAttributes attributes,
Key.JsonWebKey key,
boolean managed,
Map<String,String> tags) |
static Key.DeletedKeyBundle |
Key.DeletedKeyBundle.create(Key.KeyAttributes attributes,
String deletedDate,
Key.JsonWebKey key,
boolean managed,
String recoveryId,
String scheduledPurgeDate,
Map<String,String> tags) |
Modifier and Type | Method and Description |
---|---|
Key.KeyBundle |
VaultApi.importKey(URI vaultBaseUrl,
String keyName,
boolean hsm,
Key.KeyAttributes attributes,
Key.JsonWebKey key,
Map<String,String> tags) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.