|
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.MQeAuthenticator | +--com.ibm.mqe.attributes.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. This applies to
MQeAttribute
objects associated with channel objects.
This class is a descendant of MQeAuthenticator.
Field Summary |
Constructor Summary | |
MQeWTLSCertAuthenticator()
Constructs an MQeWTLSCertAuthenticator object. |
Methods inherited from class com.ibm.mqe.MQeAuthenticator |
activateMaster, activateSlave, close, setAuthenticatedID, slaveResponse |
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 MQeWTLSCertAuthenticator() throws java.lang.Exception
Constructs an MQeWTLSCertAuthenticator object.
MQeException
- The constructor does not throw an exception, but its
signature has been maintained for backward compatability.
java.lang.Exception
- Usage Example :
try { MQeWTLSCertAuthenticator wtls =new MQeWTLSCertAuthenticator(); MQeDESCryptor des =new MQeDESCryptor(); MQeAttribute wtlsA =new MQeAttribute(wtls,des,null); ... } catch (Exception e ) { ... }
MQeAttribute
|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |