Package | Description |
---|---|
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and Description |
---|---|
KeyShape |
KeyShape.Builder.build() |
KeyShape |
CreateKeyDetails.getKeyShape() |
KeyShape |
Key.getKeyShape() |
KeyShape |
GenerateKeyDetails.getKeyShape() |
KeyShape |
ImportKeyDetails.getKeyShape() |
Modifier and Type | Method and Description |
---|---|
KeyShape.Builder |
KeyShape.Builder.copy(KeyShape model) |
CreateKeyDetails.Builder |
CreateKeyDetails.Builder.keyShape(KeyShape keyShape) |
Key.Builder |
Key.Builder.keyShape(KeyShape keyShape) |
GenerateKeyDetails.Builder |
GenerateKeyDetails.Builder.keyShape(KeyShape keyShape) |
ImportKeyDetails.Builder |
ImportKeyDetails.Builder.keyShape(KeyShape keyShape) |
Constructor and Description |
---|
CreateKeyDetails(String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
KeyShape keyShape,
Boolean isAutoRotationEnabled,
AutoKeyRotationDetails autoKeyRotationDetails,
CreateKeyDetails.ProtectionMode protectionMode,
ExternalKeyReference externalKeyReference)
Deprecated.
|
GenerateKeyDetails(Map<String,String> associatedData,
Boolean includePlaintextKey,
String keyId,
KeyShape keyShape,
Map<String,String> loggingContext)
Deprecated.
|
ImportKeyDetails(Boolean isAutoRotationEnabled,
AutoKeyRotationDetails autoKeyRotationDetails,
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,
Boolean isAutoRotationEnabled,
AutoKeyRotationDetails autoKeyRotationDetails,
ExternalKeyReferenceDetails externalKeyReferenceDetails)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.