Class DiffieHellmanPublicKey

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

public class DiffieHellmanPublicKey
extends PublicKey

Hold Deffie-Hellman public keys.


Constructor Summary
DiffieHellmanPublicKey()
           
 
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

DiffieHellmanPublicKey

public DiffieHellmanPublicKey()