| Package | Description |
|---|---|
| software.amazon.awssdk.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
static KeySpec |
KeySpec.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
KeySpec |
PrivateKeyAttributesV2.keySpec()
Defines the purpose of the private key.
|
KeySpec |
PrivateKeyAttributesV3.keySpec()
Defines the purpose of the private key.
|
KeySpec |
PrivateKeyAttributesV4.keySpec()
Defines the purpose of the private key.
|
static KeySpec |
KeySpec.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeySpec[] |
KeySpec.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<KeySpec> |
KeySpec.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PrivateKeyAttributesV2.Builder |
PrivateKeyAttributesV2.Builder.keySpec(KeySpec keySpec)
Defines the purpose of the private key.
|
PrivateKeyAttributesV3.Builder |
PrivateKeyAttributesV3.Builder.keySpec(KeySpec keySpec)
Defines the purpose of the private key.
|
PrivateKeyAttributesV4.Builder |
PrivateKeyAttributesV4.Builder.keySpec(KeySpec keySpec)
Defines the purpose of the private key.
|
Copyright © 2023. All rights reserved.