Websphere MQ Everyplace

Package com.ibm.mqe.attributes

Security classes, cryptors and compressors.

See:
          Description

Class Summary
MQe3DESCryptor This class is used to create a triple DES cryptor object that, when used by an attribute object, provides the attribute object with the mechanisms to perform triple DES encryption.
MQeDESCryptor This class is used to create a DES Cryptor object that, when used by an attribute object, provides the attribute object with the mechanisms to perform DES encryption.
MQeGenDH This class is used to create an MQeDHk.java file from which solution unique MQeDHk class objects can be created.
MQeGZIPCompressor This class is used to create a GZIPCompressor object that, when used by an attribute object, provides the attribute object with the mechanisms to perform GZIP compression.
MQeListCertificates This class is used to list public certificates in a registry.
MQeLocalSecure This class is used to create a LocalSecure object that provides a simple local security service enabling a using application to apply a given attribute’s ( cryptor and compressor) components to protect local data.
MQeLZWCompressor This class is used to create an LZWCompressor object that, when used by an attribute object, provides the attribute object with the mechanisms to perform LZW compression.
MQeMARSCryptor This class is used to create a MARSCryptor object that, when used by an attribute object, provides the attribute object with the mechanisms to perform MARS encryption.
MQeMAttribute This class is used to create an attribute object enabling simple message-level protection when attached to a message.
MQeMTrustAttribute This class is used to create an attribute object enabling message-level protection of message objects in such a way that : Validation of the originator’s (ISO9796) digital signature enables the recipient to establish the message’s origin (nonrepudation).
MQeRC4Cryptor This class is used to create an RC4Ccryptor object that, when used by an attribute object, provides the attribute object with the mechanisms to perform RC4 encryption.
MQeRC6Cryptor This class is used to create a RC6Cryptor object that, when used by an attribute object, provides the attribute object with the mechanisms to perform RC6 encryption.
MQeRleCompressor This class is used to create an RleCompressor object that, when used by an attribute object, provides the attribute object with the mechanisms to perform Rle compression.
MQeWTLSCertAuthenticator This class is used to create a WTLSCertAuthenticator object that, when used by an attribute object, provides the attribute object with the mechanisms to perform mini-certificate based mutual authentication.
MQeXorCryptor This class is used to create an XORCryptor object that, when used by an attribute object, provides the attribute object with the mechanisms to perform XOR encoding.
 

Package com.ibm.mqe.attributes Description

Security classes, cryptors and compressors.


Websphere MQ Everyplace