Package | Description |
---|---|
org.jclouds.azurecompute.arm.domain | |
org.jclouds.azurecompute.arm.features |
Modifier and Type | Method and Description |
---|---|
abstract Key.KeyAttributes |
Key.attributes() |
abstract Key.KeyAttributes |
Key.KeyBundle.attributes() |
abstract Key.KeyAttributes |
Key.DeletedKeyBundle.attributes() |
static Key.KeyAttributes |
Key.KeyAttributes.create(Boolean enabled,
Integer created,
Integer expires,
Integer notBefore,
String recoveryLevel,
Integer updated) |
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) |
static Key |
Key.create(String kid,
Key.KeyAttributes attributes,
boolean managed,
Map<String,String> tags) |
Modifier and Type | Method and Description |
---|---|
Key.KeyBundle |
VaultApi.createKey(URI vaultBaseUrl,
String keyName,
Key.KeyAttributes attributes,
String curveName,
List<String> keyOps,
int keySize,
String keyType,
Map<String,String> tags) |
Key.KeyBundle |
VaultApi.importKey(URI vaultBaseUrl,
String keyName,
boolean hsm,
Key.KeyAttributes attributes,
Key.JsonWebKey key,
Map<String,String> tags) |
Key.KeyBundle |
VaultApi.updateKey(URI vaultBaseUrl,
String keyName,
String keyVersion,
Key.KeyAttributes attributes,
List<String> keyOps,
Map<String,String> tags) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.