| Constructor and Description |
|---|
VirgilKeyEntry()
Create a new instance of
VirgilKeyEntry |
VirgilKeyEntry(String name,
byte[] value)
Create a new instance of
VirgilKeyEntry |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getMetadata() |
String |
getName()
Gets the key entry name.
|
byte[] |
getValue()
Gets the key entry value.
|
void |
setName(String name)
Sets the key entry name.
|
void |
setValue(byte[] value)
Sets the key entry value.
|
public VirgilKeyEntry()
VirgilKeyEntrypublic VirgilKeyEntry(String name, byte[] value)
VirgilKeyEntryname - The key name.value - The key value.public String getName()
KeyEntrypublic void setName(String name)
KeyEntrypublic byte[] getValue()
KeyEntrypublic void setValue(byte[] value)
KeyEntrypublic Map<String,String> getMetadata()
getMetadata in interface KeyEntryCopyright © 2016. All rights reserved.