|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mqe.MQe | +--com.ibm.mqe.MQeCryptor | +--com.ibm.mqe.attributes.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. Attribute objects are associated with channel
and MQeFields
objects.
This class is a descendant of MQeCryptor.
Field Summary |
Constructor Summary | |
MQe3DESCryptor()
Constructs an MQe3DESCryptor object. |
Methods inherited from class com.ibm.mqe.MQe |
abbreviate, alias, asciiToByte, byteToAscii, byteToHex, byteToHex, byteToInt, byteToLong, byteToShort, byteToUnicode, fileSeparator, getEventLogHandler, hexToAscii, hexToByte, intToByte, isCLDC, loadClass, loadObject, log, setEventLogHandler, setLoader, sliceByteArray, type, unicodeToByte, uniqueValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MQe3DESCryptor()
Constructs an MQe3DESCryptor object.
Usage Example :
try { MQe3DESCryptor tripledes =new MQe3DESCryptor(); MQeAttribute tripledesA =new MQeAttribute(null,tripledes,null); ... } catch (Exception e ) { ... }
MQeAttribute
,
MQeLocalSecure
,
MQeMAttribute
,
MQeMTrustAttribute
|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |