Class BatonSecretKey

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

public class BatonSecretKey
extends SecretKey

Hold single length BATON(MISSI's BATON block cipher) secret key.


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

BatonSecretKey

public BatonSecretKey()