Package | Description |
---|---|
org.springframework.vault.core |
Vault core support.
|
org.springframework.vault.support |
Classes supporting the Vault packages, such as value objects.
|
Modifier and Type | Method and Description |
---|---|
RawTransitKey |
VaultTransitOperations.exportKey(String keyName,
TransitKeyType type)
Returns the value of the named encryption key.
|
RawTransitKey |
VaultTransitTemplate.exportKey(String keyName,
TransitKeyType type) |
Modifier and Type | Method and Description |
---|---|
static TransitKeyType |
TransitKeyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransitKeyType[] |
TransitKeyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016–2017 Pivotal Software, Inc.. All rights reserved.