public abstract class BaseCryptoKeyCommand
extends java.lang.Object
| Constructor and Description |
|---|
BaseCryptoKeyCommand()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
CryptoKey |
getCryptoKey()
Get the CryptoKey used by this cmd
|
java.lang.String |
getType()
Get the String type of this Key
|
void |
setContents(java.lang.String contentsIn)
Set the contents of the key itself.
|
void |
setDescription(java.lang.String descIn)
Set the Description on the key
|
void |
setType(java.lang.String typeIn)
Set the type of the key
|
ValidatorError[] |
store()
Save the key to the DB.
|
protected CryptoKey key
public void setDescription(java.lang.String descIn)
descIn - to setpublic CryptoKey getCryptoKey()
public void setType(java.lang.String typeIn)
typeIn - label to set.public java.lang.String getType()
public void setContents(java.lang.String contentsIn)
contentsIn - to setpublic ValidatorError[] store()