Class DesSecretKey

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

public class DesSecretKey
extends SecretKey

Hold a single-length DES (Data Encryption Standard, as defined in FIPS PUB 46-2) keys.


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

DesSecretKey

public DesSecretKey()