Class EcdsaPrivateKey

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

public class EcdsaPrivateKey
extends PrivateKey

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


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

EcdsaPrivateKey

public EcdsaPrivateKey()