Package | Description |
---|---|
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and Description |
---|---|
static KeyVersionSummary.Origin |
KeyVersionSummary.Origin.create(String key) |
KeyVersionSummary.Origin |
KeyVersionSummary.getOrigin()
The source of the key material.
|
static KeyVersionSummary.Origin |
KeyVersionSummary.Origin.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyVersionSummary.Origin[] |
KeyVersionSummary.Origin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
KeyVersionSummary.Builder |
KeyVersionSummary.Builder.origin(KeyVersionSummary.Origin origin)
The source of the key material.
|
Constructor and Description |
---|
KeyVersionSummary(String compartmentId,
String id,
String keyId,
KeyVersionSummary.LifecycleState lifecycleState,
KeyVersionSummary.Origin origin,
Date timeCreated,
Date timeOfDeletion,
String vaultId,
ExternalKeyReferenceDetails externalKeyReferenceDetails,
Boolean isAutoRotated)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.