Class EcdsaPublicKey

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

public class EcdsaPublicKey
extends PublicKey

Hold ECDSA (Elliptic Curve DSA, as in ANSI X9.62) public keys.


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

EcdsaPublicKey

public EcdsaPublicKey()