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