Class CdmfSecretKey

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

public class CdmfSecretKey
extends SecretKey

Hold single length CDMF (Commercial Data Masking Facility, a block encipherment method specified by International Business Machines Corporation and based on DES) secrets key.


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

CdmfSecretKey

public CdmfSecretKey()