Class CastSecretKey

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

public class CastSecretKey
extends SecretKey

Hold CAST (Entrust Technologie's proprietary symmetric block chiper) secret keys.


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

CastSecretKey

public CastSecretKey()