Class DsaPublicKey

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

public class DsaPublicKey
extends PublicKey

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


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

DsaPublicKey

public DsaPublicKey()