public interface VaultTransitKey
transit
backend.Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getKeys() |
int |
getLatestVersion() |
int |
getMinDecryptionVersion() |
int |
getMinEncryptionVersion() |
String |
getName() |
String |
getType() |
boolean |
isDeletionAllowed() |
boolean |
isDerived() |
boolean |
isExportable() |
boolean |
supportsDecryption() |
boolean |
supportsDerivation() |
boolean |
supportsEncryption() |
boolean |
supportsSigning() |
String getName()
String getType()
aes-gcm
, ecdsa-p256
, ...).boolean isDeletionAllowed()
boolean isDerived()
boolean isExportable()
Map<String,Object> getKeys()
Map
of key version to its Vault-specific representation.int getLatestVersion()
int getMinDecryptionVersion()
int getMinEncryptionVersion()
boolean supportsDecryption()
boolean supportsEncryption()
boolean supportsDerivation()
boolean supportsSigning()
Copyright © 2016–2019 Pivotal Software, Inc.. All rights reserved.