Class RsaPublicKey

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

public class RsaPublicKey
extends PublicKey

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


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

RsaPublicKey

public RsaPublicKey()