public class VirgilPublicKey extends Object implements PublicKey, Serializable
VirgilCrypto,
PublicKey,
Serialized Form| Modifier and Type | Method and Description |
|---|---|
byte[] |
getId()
Get the receiver identifier.
|
byte[] |
getValue()
Get the Public key value.
|
void |
setId(byte[] id)
Set the Public key hash.
|
void |
setValue(byte[] value)
Set the Public key value.
|
public byte[] getId()
PublicKeypublic void setId(byte[] id)
id - the Id to setpublic byte[] getValue()
PublicKeypublic void setValue(byte[] value)
value - the value to setCopyright © 2016. All rights reserved.