Class RsaPrivateKey

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

public class RsaPrivateKey
extends PrivateKey

Hold RSA (The RSA public-key cryptosystem) private keys.


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

RsaPrivateKey

public RsaPrivateKey()