@Generated(value="OracleSDKGenerator", comments="API Version: release") public final class WrappedImportKey extends Object
WrappedImportKey.Builder
. This model distinguishes fields
that are null
because they are unset from fields that are explicitly set to null
. This is done in
the setter methods of the WrappedImportKey.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).Modifier and Type | Class and Description |
---|---|
static class |
WrappedImportKey.Builder |
static class |
WrappedImportKey.WrappingAlgorithm
The wrapping mechanism to be used during key import
|
Constructor and Description |
---|
WrappedImportKey(String keyMaterial,
WrappedImportKey.WrappingAlgorithm wrappingAlgorithm)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static WrappedImportKey.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getKeyMaterial()
The wrapped/encrypted key material to import.
|
WrappedImportKey.WrappingAlgorithm |
getWrappingAlgorithm()
The wrapping mechanism to be used during key import
|
int |
hashCode() |
WrappedImportKey.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"keyMaterial","wrappingAlgorithm"}) @Deprecated public WrappedImportKey(String keyMaterial, WrappedImportKey.WrappingAlgorithm wrappingAlgorithm)
public static WrappedImportKey.Builder builder()
Create a new builder.
public WrappedImportKey.Builder toBuilder()
public String getKeyMaterial()
The wrapped/encrypted key material to import. It is encrypted using RSA wrapped key and Base64 encoded.
public WrappedImportKey.WrappingAlgorithm getWrappingAlgorithm()
The wrapping mechanism to be used during key import
Copyright © 2016–2020. All rights reserved.