Class SecretKey

java.lang.Object
  |
  +--OoctiObject
        |
        +--Storage
              |
              +--Key
                    |
                    +--SecretKey
Direct Known Subclasses:
BatonSecretKey, Cast128SecretKey, Cast3SecretKey, CastSecretKey, CdmfSecretKey, Des2SecretKey, Des3SecretKey, DesSecretKey, GenericSecretKey, IdeaSecretKey, JuniperSecretKey, Rc2SecretKey, Rc4SecretKey, Rc5SecretKey, SkipjackSecretKey

public class SecretKey
extends Key

Objects that hold secret keys.


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

SecretKey

public SecretKey()