- RACFUserid - Class in com.ibm.ctg.util
-
This class is a CICS Transaction Gateway for OS/390 utility.
- RACFUserid() - Constructor for class com.ibm.ctg.util.RACFUserid
-
Constructs a default RACFUserid object.
- RACFUserid(byte[]) - Constructor for class com.ibm.ctg.util.RACFUserid
-
Constructs a RACFUserid object and sets its internal data members with
an X.509 certificate.
- receiveHandshake(byte[], InetAddress) - Method in interface com.ibm.ctg.security.JSSEServerSecurity
-
This method is called in response to the initial client-to-Gateway handshake
flow, that is the handshake returned by its partner ClientSecurity instance's
generateHandshake method.
- receiveHandshake(byte[], InetAddress) - Method in interface com.ibm.ctg.security.ServerSecurity
-
This method is called in response to the initial client-to-Gateway handshake
flow, that is the handshake returned by its partner ClientSecurity
instance's
generateHandshake method.
- repliedHandshake(byte[]) - Method in interface com.ibm.ctg.security.ClientSecurity
-
This method is called in response to the replied Gateway-to-client
handshake flow, that is the handshake returned by its partner
ServerSecurity
instance's receiveHandshake method.