Class KeaPublicKey

java.lang.Object
  |
  +--OoctiObject
        |
        +--Storage
              |
              +--Key
                    |
                    +--PublicKey
                          |
                          +--KeaPublicKey

public class KeaPublicKey
extends PublicKey

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


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

Constructor Detail

KeaPublicKey

public KeaPublicKey()