public class VaultTransitKey extends Object
Constructor and Description |
---|
VaultTransitKey() |
Modifier and Type | Method and Description |
---|---|
String |
getCipherMode() |
Map<String,Long> |
getKeys() |
int |
getMinDecryptionVersion() |
String |
getName() |
boolean |
isDeletionAllowed() |
boolean |
isDerived() |
boolean |
isLatestVersion() |
void |
setCipherMode(String cipherMode) |
void |
setDeletionAllowed(boolean deletionAllowed) |
void |
setDerived(boolean derived) |
void |
setKeys(Map<String,Long> keys) |
void |
setLatestVersion(boolean latestVersion) |
void |
setMinDecryptionVersion(int minDecryptionVersion) |
void |
setName(String name) |
public String getCipherMode()
public void setCipherMode(String cipherMode)
public boolean isDeletionAllowed()
public void setDeletionAllowed(boolean deletionAllowed)
public boolean isDerived()
public void setDerived(boolean derived)
public boolean isLatestVersion()
public void setLatestVersion(boolean latestVersion)
public int getMinDecryptionVersion()
public void setMinDecryptionVersion(int minDecryptionVersion)
public String getName()
public void setName(String name)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.