Class Key

java.lang.Object
  |
  +--OoctiObject
        |
        +--Storage
              |
              +--Key
Direct Known Subclasses:
PrivateKey, PublicKey, SecretKey

public class Key
extends Storage

Objects that hold encryption or authentication keys, which can de public keys, private keys, or secret keys.


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

Key

public Key()