Class DiffieHellmanPrivateKey

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

public class DiffieHellmanPrivateKey
extends PrivateKey

Hold Deffie-Hellman private keys.


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

DiffieHellmanPrivateKey

public DiffieHellmanPrivateKey()