Package ostore.security

Interface Summary
QSCipher A class used to map a particular cipher algorithm and provider to a type code, for more efficient encoding.
QSPrivateKey An interface to wrap objects of type PrivateKey in a QuickSerializable interface.
QSPublicKey An interface to wrap objects of type PublicKey in a QuickSerializable interface.
QSSignature A class used to map a particular digital signature algorithm and provider to a type code, for more efficient encoding.
 

Class Summary
EncryptedQS  
GenerateRSAKeyPair  
QSDHPublicKey QuickSerializable Diffie-Hellman public key.
QSRsaCipher An RSA Cipher.
QSRsaPrivateKey A subtype of QSPrivateKey for RSA private keys.
QSRsaPublicKey A subtype of QSPublicKey for RSA public keys.
QSSha1RsaSignature A QSSignature subtype for RSA/SHA-1 signatures.
SignedQS A class to provide the same basic functionality as java.security.SignedObject, but using OceanStore's QuickSerializable class rather than the Java serialization mechanism.
SignedQSArray Documentation, what's that?
SignedQSArray.Individual