public interface VaultTransitKey
transit
backend.Modifier and Type | Method and Description |
---|---|
Map<String,Long> |
getKeys() |
int |
getMinDecryptionVersion() |
int |
getMinEncryptionVersion() |
String |
getName() |
String |
getType() |
boolean |
isDeletionAllowed() |
boolean |
isDerived() |
boolean |
isExportable() |
boolean |
isLatestVersion() |
boolean |
supportsDecryption() |
boolean |
supportsDerivation() |
boolean |
supportsEncryption() |
boolean |
supportsSigning() |
String getName()
String getType()
aes-gcm
, ecdsa-p256
, ...).boolean isDeletionAllowed()
boolean isDerived()
boolean isExportable()
boolean isLatestVersion()
int getMinDecryptionVersion()
int getMinEncryptionVersion()
boolean supportsDecryption()
boolean supportsEncryption()
boolean supportsDerivation()
boolean supportsSigning()
Copyright © 2016–2017 Pivotal Software, Inc.. All rights reserved.