Class GenericSecretKey

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

public class GenericSecretKey
extends SecretKey

Secret key object that hold generic secret keys. These keys do not support encryption, decryption, signature or verification.


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

GenericSecretKey

public GenericSecretKey()