Class SkipjackSecretKey

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

public class SkipjackSecretKey
extends SecretKey

Hold a single-length MEK or TEK secret key.


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

SkipjackSecretKey

public SkipjackSecretKey()