Class Rc4SecretKey

java.lang.Object
  |
  +--OoctiObject
        |
        +--Storage
              |
              +--Key
                    |
                    +--SecretKey
                          |
                          +--Rc4SecretKey

public class Rc4SecretKey
extends SecretKey

Hold RC4 (RSA Data Security's proprietary RC4 symmetric stream cipher) secret keys.


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

Rc4SecretKey

public Rc4SecretKey()