Class DsaPrivateKey

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

public class DsaPrivateKey
extends PrivateKey

Hold DSA (Digital Signature Algorithm, as defined in FIPS PUB 186) private Keys.


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

DsaPrivateKey

public DsaPrivateKey()