See: Description
Interface | Description |
---|---|
RawTransitKey |
A exported raw key inside Vault's
transit backend. |
VaultHealth |
Vault health state.
|
VaultInitializationResponse |
Vault initialization response.
|
VaultTransitKey |
A key inside Vault's
transit backend. |
VaultUnsealStatus |
Vault unseal status.
|
Class | Description |
---|---|
AbstractResult<V> |
Supporting class for computation results allowing introspection of the result value.
|
CertificateBundle |
Value object representing a certificate bundle consisting of a private key, the
certificate and the issuer certificate.
|
Ciphertext |
Value object representing ciphertext with an optional
VaultTransitContext . |
ClientOptions |
Client options for Vault.
|
JsonMapFlattener | |
Plaintext |
Value object representing plaintext with an optional
VaultTransitContext . |
SslConfiguration |
SSL configuration.
|
SslConfiguration.KeyStoreConfiguration |
Configuration for a key store/trust store.
|
VaultCertificateRequest |
Request for a Certificate.
|
VaultCertificateRequest.VaultCertificateRequestBuilder | |
VaultCertificateResponse |
Value object to bind Vault HTTP PKI issue certificate API responses.
|
VaultDecryptionResult |
Holds the response from decryption operation and provides methods to access the result.
|
VaultEncryptionResult |
Holds the response from encryption operation and provides methods to access the result.
|
VaultInitializationRequest |
Value object to bind Vault HTTP Initialization API requests.
|
VaultMount |
Value object to bind Vault HTTP Mount API requests/responses.
|
VaultMount.VaultMountBuilder |
Builder to build a
VaultMount . |
VaultResponse |
Value object to bind generic Vault HTTP API responses.
|
VaultResponseSupport<T> |
Value object to bind generic Vault HTTP API responses.
|
VaultToken |
Value object for a Vault token.
|
VaultTokenRequest |
Value object to bind Vault HTTP Token API requests.
|
VaultTokenRequest.VaultTokenRequestBuilder |
Builder to build a
VaultTokenRequest . |
VaultTokenResponse |
Value object to bind Vault HTTP Token API responses.
|
VaultTransitContext |
Transit backend encryption/decryption/rewrapping context.
|
VaultTransitContext.VaultTransitRequestBuilder |
Builder for
VaultTransitContext . |
VaultTransitKeyConfiguration |
Value object to bind Vault HTTP Transit Key Config API requests.
|
VaultTransitKeyConfiguration.VaultTransitKeyConfigurationBuilder |
Builder for
VaultTransitKeyConfiguration . |
VaultTransitKeyCreationRequest |
Transit backend key creation request options.
|
VaultTransitKeyCreationRequest.VaultTransitKeyCreationRequestBuilder |
Builder for
VaultTransitKeyCreationRequest . |
Enum | Description |
---|---|
TransitKeyType |
Enumeration to specify the type of the transit key.
|
Copyright © 2016–2017 Pivotal Software, Inc.. All rights reserved.