Class KeaPrivateKey

java.lang.Object
  |
  +--OoctiObject
        |
        +--Storage
              |
              +--Key
                    |
                    +--PrivateKey
                          |
                          +--KeaPrivateKey

public class KeaPrivateKey
extends PrivateKey

Hold KEA ( MISSI's Key Exchange Algorithm) private keys.


Constructor Summary
KeaPrivateKey()
           
 
Methods inherited from class OoctiObject
getAttributeValue, getObjectSize, setAttributeValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeaPrivateKey

public KeaPrivateKey()