A B C D E F G H I K L M N O P Q R S T U V W X Z _

Q

qs_clone(QuickSerializable) - Static method in class ostore.util.ByteUtils
Clone a QuickSerializable object.
qs_length(QuickSerializable) - Static method in class ostore.util.ByteUtils
Returns the length of the byte array required to store a QuickSerializable object.
QS_NEVER - Static variable in class ostore.util.Clock
 
qs_pkey(KeyPair) - Static method in class ostore.security.GenerateRSAKeyPair
 
qs_signature() - Method in class ostore.security.SignedQS
The type of signature over this object.
qs_signature() - Method in class ostore.security.SignedQSArray.Individual
 
qs_skey(KeyPair) - Static method in class ostore.security.GenerateRSAKeyPair
 
qs_to_bytes(QuickSerializable) - Static method in class ostore.util.ByteUtils
Returns a byte array containing the serialized version of an object.
QSArray - class ostore.util.QSArray.
 
QSARRAY - Static variable in class ostore.util.Types
 
QSArray() - Constructor for class ostore.util.QSArray
 
QSArray(byte[], int[]) - Constructor for class ostore.util.QSArray
 
QSArray(int) - Constructor for class ostore.util.QSArray
 
QSArray(QuickSerializable) - Constructor for class ostore.util.QSArray
 
QSArray(QuickSerializable[]) - Constructor for class ostore.util.QSArray
 
QSArray(Vector) - Constructor for class ostore.util.QSArray
 
QSBool - class ostore.util.QSBool.
 
QSBOOL - Static variable in class ostore.util.Types
 
QSBool() - Constructor for class ostore.util.QSBool
 
QSBool(boolean) - Constructor for class ostore.util.QSBool
 
QSBool(byte[], int[]) - Constructor for class ostore.util.QSBool
 
QSByteArray - class ostore.util.QSByteArray.
QSByteArray.java
QSBYTEARRAY - Static variable in class ostore.util.Types
 
QSByteArray(byte[]) - Constructor for class ostore.util.QSByteArray
 
QSByteArray(byte[], int[]) - Constructor for class ostore.util.QSByteArray
 
QSCipher - interface ostore.security.QSCipher.
A class used to map a particular cipher algorithm and provider to a type code, for more efficient encoding.
QSDate - class ostore.util.QSDate.
QSDate.
QSDATE - Static variable in class ostore.util.Types
 
QSDate(byte[], int[]) - Constructor for class ostore.util.QSDate
 
QSDate(Date) - Constructor for class ostore.util.QSDate
 
QSDHPublicKey - class ostore.security.QSDHPublicKey.
QuickSerializable Diffie-Hellman public key.
QSDHPublicKey(byte[], int[]) - Constructor for class ostore.security.QSDHPublicKey
 
QSDHPublicKey(DHPublicKey) - Constructor for class ostore.security.QSDHPublicKey
 
QSException - exception ostore.util.QSException.
An exception class thrown during decode when it becomes clear that the encoded data does not represent an object of the type it is trying to be decoded to.
QSException(String) - Constructor for class ostore.util.QSException
 
QSHMACMD5 - class ostore.mac.QSHMACMD5.
QSHMACMD5.
QSHMACMD5() - Constructor for class ostore.mac.QSHMACMD5
 
QSHMACMD5(byte[], int[]) - Constructor for class ostore.mac.QSHMACMD5
 
QSInt - class ostore.util.QSInt.
 
QSINT - Static variable in class ostore.util.Types
 
QSInt() - Constructor for class ostore.util.QSInt
 
QSInt(byte[], int[]) - Constructor for class ostore.util.QSInt
 
QSInt(int) - Constructor for class ostore.util.QSInt
 
QSInt(Integer) - Constructor for class ostore.util.QSInt
 
QSIO - class ostore.util.QSIO.
The QSIO class contains general utility methods for writing/reading QuickSerializable object to/from files.
QSIO - Static variable in class ostore.util.DebugFlags
 
QSIO() - Constructor for class ostore.util.QSIO
 
QSkey - Variable in class ostore.mac.DHMessage
 
QSLong - class ostore.util.QSLong.
 
QSLONG - Static variable in class ostore.util.Types
 
QSLong() - Constructor for class ostore.util.QSLong
 
QSLong(byte[], int[]) - Constructor for class ostore.util.QSLong
 
QSLong(long) - Constructor for class ostore.util.QSLong
 
QSLong(Long) - Constructor for class ostore.util.QSLong
 
QSMACType - class ostore.mac.QSMACType.
Similar to QSSignature, a class used to identify a Mac type.
QSMACType() - Constructor for class ostore.mac.QSMACType
 
QSPrivateKey - interface ostore.security.QSPrivateKey.
An interface to wrap objects of type PrivateKey in a QuickSerializable interface.
QSPublicKey - interface ostore.security.QSPublicKey.
An interface to wrap objects of type PublicKey in a QuickSerializable interface.
QSRsaCipher - class ostore.security.QSRsaCipher.
An RSA Cipher.
QSRsaCipher() - Constructor for class ostore.security.QSRsaCipher
 
QSRsaCipher(byte[], int[]) - Constructor for class ostore.security.QSRsaCipher
 
QSRsaPrivateKey - class ostore.security.QSRsaPrivateKey.
A subtype of QSPrivateKey for RSA private keys.
QSRsaPrivateKey(byte[], int[]) - Constructor for class ostore.security.QSRsaPrivateKey
 
QSRsaPrivateKey(PrivateKey) - Constructor for class ostore.security.QSRsaPrivateKey
 
QSRsaPublicKey - class ostore.security.QSRsaPublicKey.
A subtype of QSPublicKey for RSA public keys.
QSRsaPublicKey(byte[], int[]) - Constructor for class ostore.security.QSRsaPublicKey
 
QSRsaPublicKey(PublicKey) - Constructor for class ostore.security.QSRsaPublicKey
 
QSSha1RsaSignature - class ostore.security.QSSha1RsaSignature.
A QSSignature subtype for RSA/SHA-1 signatures.
QSSha1RsaSignature() - Constructor for class ostore.security.QSSha1RsaSignature
The default constructor.
QSSha1RsaSignature(byte[], int[]) - Constructor for class ostore.security.QSSha1RsaSignature
The deserialization constructor.
QSSignature - interface ostore.security.QSSignature.
A class used to map a particular digital signature algorithm and provider to a type code, for more efficient encoding.
QSString - class ostore.util.QSString.
A dull mirror of the java.lang.String class which implements ostore.util.QuickSerializable.
QSSTRING - Static variable in class ostore.util.Types
 
QSString() - Constructor for class ostore.util.QSString
 
QSString(byte[], int[]) - Constructor for class ostore.util.QSString
 
QSString(String) - Constructor for class ostore.util.QSString
 
QSString(StringBuffer) - Constructor for class ostore.util.QSString
 
qsToBytes(QuickSerializable) - Static method in class ostore.util.QSIO
 
QSVector - class ostore.util.QSVector.
A QSVector is a cousin of java.lang.Vector which implements ostore.util.QuickSerializable.
QSVECTOR - Static variable in class ostore.util.Types
 
QSVector() - Constructor for class ostore.util.QSVector
Constructs a small QSVector.
QSVector(byte[], int[]) - Constructor for class ostore.util.QSVector
Constructs a QSVector from its QuickSerializable form.
QSVector(int) - Constructor for class ostore.util.QSVector
Constructs a QSVector of the specified capacity.
QSVector(int, int) - Constructor for class ostore.util.QSVector
Constructs a QSVector of the specified capacity and capacity increment.
QSVector(QuickSerializable[]) - Constructor for class ostore.util.QSVector
Constructs a QSVector containing the contents of the specified array
QSWindow - class ostore.util.QSWindow.
The QSWindow object is a data structure similiar to a queue.
QSWINDOW - Static variable in class ostore.util.Types
 
QSWindow() - Constructor for class ostore.util.QSWindow
Construct a QSWindow with a default maximum capacity.
QSWindow(byte[], int[]) - Constructor for class ostore.util.QSWindow
Constructs a QSWindow from its QuickSerializable form.
QSWindow(int) - Constructor for class ostore.util.QSWindow
Construct a QSWindow object with the given maximum capacity.
query - Variable in class ostore.tapestry.api.TapestryLocateMsg
The query to execute on each backpointer.
query - Variable in class ostore.tapestry.impl.RouteObjRootMsg
 
QUERY_REQ - Static variable in class ostore.util.Types
 
QUERY_RESP - Static variable in class ostore.util.Types
 
query_state - Variable in class ostore.tapestry.api.TapestryLocateMsg
The state to pass the query executed on each backpointer.
query_state - Variable in class ostore.tapestry.impl.RouteObjRootMsg
 
query(SecureHash, TapestryTag, TapestryQueryState) - Method in interface ostore.tapestry.api.TapestryQuery
Perform the query on the given backpointer and tag, possibly modifying the supplied state.
QueryMessage - class ostore.bloom.QueryMessage.
Update message.
QueryMessage(byte[], int[]) - Constructor for class ostore.bloom.QueryMessage
 
QueryMessage(NodeId, long, SecureHash, SecureHash, BloomQuery) - Constructor for class ostore.bloom.QueryMessage
 
Queue - class ostore.util.Queue.
A simple Queue.
Queue() - Constructor for class ostore.util.Queue
 
QueueElementIF_class - Static variable in class ostore.oil.HMMStage
The Class object for the QueueElementIF Interface.
QuickSerializable - interface ostore.util.QuickSerializable.
QuickSerializable is an interface that should be implemented by any OceanStore object intended to be sent "over the wire", stored to disk, or otherwise leave the happy confines of the JVM.
QuickSerializable_class - Static variable in class ostore.oil.HMMStage
The Class object for the QuickSerializable Interface.

A B C D E F G H I K L M N O P Q R S T U V W X Z _