public class KeyObject extends Object
KeyObject()
KeyObject(byte[] pubKey, byte[] priKey)
byte[]
getPrivateKey()
getPublicKey()
void
setKeys(byte[] pubKey, byte[] priKey)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public KeyObject()
public KeyObject(byte[] pubKey, byte[] priKey)
public void setKeys(byte[] pubKey, byte[] priKey)
public byte[] getPublicKey()
public byte[] getPrivateKey()
Copyright © 2014. All rights reserved.