Class PrivateKey

java.lang.Object
  |
  +--OoctiObject
        |
        +--Storage
              |
              +--Key
                    |
                    +--PrivateKey
Direct Known Subclasses:
DiffieHellmanPrivateKey, DsaPrivateKey, EcdsaPrivateKey, KeaPrivateKey, RsaPrivateKey

public class PrivateKey
extends Key

Objects that hold private keys.


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

PrivateKey

public PrivateKey()