public class EncryptKeyPair
extends java.lang.Object
| Constructor and Description | 
|---|
EncryptKeyPair(NativeHandle publicEncryptKey,
              NativeHandle secretEncryptKey)
Initialises a new EncryptKeyPair instance 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NativeHandle | 
getPublicEncryptKey()
Returns the public encryption key 
 | 
NativeHandle | 
getSecretEncryptKey()
Returns the secret encryption key 
 | 
public EncryptKeyPair(NativeHandle publicEncryptKey, NativeHandle secretEncryptKey)
publicEncryptKey - The Public Encryption KeysecretEncryptKey - The Private Encryption Keypublic NativeHandle getPublicEncryptKey()
public NativeHandle getSecretEncryptKey()