Package | Description |
---|---|
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and Description |
---|---|
KeyShape |
KeyShape.Builder.build() |
KeyShape |
CreateKeyDetails.getKeyShape() |
KeyShape |
GenerateKeyDetails.getKeyShape() |
KeyShape |
ImportKeyDetails.getKeyShape() |
KeyShape |
Key.getKeyShape() |
Modifier and Type | Method and Description |
---|---|
KeyShape.Builder |
KeyShape.Builder.copy(KeyShape model) |
CreateKeyDetails.Builder |
CreateKeyDetails.Builder.keyShape(KeyShape keyShape) |
GenerateKeyDetails.Builder |
GenerateKeyDetails.Builder.keyShape(KeyShape keyShape) |
ImportKeyDetails.Builder |
ImportKeyDetails.Builder.keyShape(KeyShape keyShape) |
Key.Builder |
Key.Builder.keyShape(KeyShape keyShape) |
Constructor and Description |
---|
CreateKeyDetails(String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
KeyShape keyShape,
CreateKeyDetails.ProtectionMode protectionMode)
Deprecated.
|
GenerateKeyDetails(Map<String,String> associatedData,
Boolean includePlaintextKey,
String keyId,
KeyShape keyShape,
Map<String,String> loggingContext)
Deprecated.
|
ImportKeyDetails(String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
KeyShape keyShape,
WrappedImportKey wrappedImportKey,
ImportKeyDetails.ProtectionMode protectionMode)
Deprecated.
|
Key(String compartmentId,
String currentKeyVersion,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
String id,
KeyShape keyShape,
Key.ProtectionMode protectionMode,
Key.LifecycleState lifecycleState,
Date timeCreated,
Date timeOfDeletion,
String vaultId,
String restoredFromKeyId,
KeyReplicaDetails replicaDetails,
Boolean isPrimary)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.