jason.client
Class XORPrivateKey

java.lang.Object
  |
  +--jason.client.XORPrivateKey
All Implemented Interfaces:
java.security.Key, java.security.PrivateKey, java.io.Serializable

public class XORPrivateKey
extends java.lang.Object
implements java.security.PrivateKey

See Also:
Serialized Form

Field Summary
private  byte[] key
           
 
Fields inherited from interface java.security.PrivateKey
serialVersionUID
 
Constructor Summary
XORPrivateKey(byte[] key)
           
 
Method Summary
 java.lang.String getAlgorithm()
           
 byte[] getEncoded()
           
 java.lang.String getFormat()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

private byte[] key
Constructor Detail

XORPrivateKey

public XORPrivateKey(byte[] key)
Method Detail

getAlgorithm

public java.lang.String getAlgorithm()
Specified by:
getAlgorithm in interface java.security.Key

getFormat

public java.lang.String getFormat()
Specified by:
getFormat in interface java.security.Key

getEncoded

public byte[] getEncoded()
Specified by:
getEncoded in interface java.security.Key