Class Storage

java.lang.Object
  |
  +--OoctiObject
        |
        +--Storage
Direct Known Subclasses:
Certificate, Data, Key

public class Storage
extends OoctiObject

Defines Objects in which cryptographic operations can be performed.


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

Storage

public Storage()