Definition at line 149 of file AuthenticationBuiltInImpl.h.
typedef DCPS::RcHandle<RemoteParticipantData> OpenDDS::Security::AuthenticationBuiltInImpl::RemoteParticipantData::shared_ptr |
Definition at line 150 of file AuthenticationBuiltInImpl.h.
OpenDDS::Security::AuthenticationBuiltInImpl::RemoteParticipantData::RemoteParticipantData | ( | ) | [inline] |
Definition at line 173 of file AuthenticationBuiltInImpl.h.
References Security.
00174 : participant_guid(DCPS::GUID_UNKNOWN) 00175 , local_participant(DDS::HANDLE_NIL) 00176 , initiator_identity(DDS::HANDLE_NIL) 00177 , replier_identity(DDS::HANDLE_NIL) 00178 , state(DDS::Security::VALIDATION_FAILED) 00179 { 00180 }
Definition at line 169 of file AuthenticationBuiltInImpl.h.
Referenced by OpenDDS::Security::AuthenticationBuiltInImpl::begin_handshake_reply(), and OpenDDS::Security::AuthenticationBuiltInImpl::process_handshake_reply().
SSL::DiffieHellman::unique_ptr OpenDDS::Security::AuthenticationBuiltInImpl::RemoteParticipantData::diffie_hellman |
Definition at line 167 of file AuthenticationBuiltInImpl.h.
Referenced by OpenDDS::Security::AuthenticationBuiltInImpl::begin_handshake_reply(), OpenDDS::Security::AuthenticationBuiltInImpl::begin_handshake_request(), OpenDDS::Security::AuthenticationBuiltInImpl::process_final_handshake(), and OpenDDS::Security::AuthenticationBuiltInImpl::process_handshake_reply().
Definition at line 170 of file AuthenticationBuiltInImpl.h.
Referenced by OpenDDS::Security::AuthenticationBuiltInImpl::begin_handshake_reply(), OpenDDS::Security::AuthenticationBuiltInImpl::begin_handshake_request(), OpenDDS::Security::AuthenticationBuiltInImpl::process_final_handshake(), and OpenDDS::Security::AuthenticationBuiltInImpl::process_handshake_reply().
DDS::Security::IdentityHandle OpenDDS::Security::AuthenticationBuiltInImpl::RemoteParticipantData::initiator_identity |
Definition at line 161 of file AuthenticationBuiltInImpl.h.
Referenced by OpenDDS::Security::AuthenticationBuiltInImpl::begin_handshake_reply(), and OpenDDS::Security::AuthenticationBuiltInImpl::begin_handshake_request().
DDS::Security::AuthRequestMessageToken OpenDDS::Security::AuthenticationBuiltInImpl::RemoteParticipantData::local_auth_request |
Definition at line 159 of file AuthenticationBuiltInImpl.h.
Referenced by OpenDDS::Security::AuthenticationBuiltInImpl::begin_handshake_reply(), and OpenDDS::Security::AuthenticationBuiltInImpl::begin_handshake_request().
DDS::Security::IdentityHandle OpenDDS::Security::AuthenticationBuiltInImpl::RemoteParticipantData::local_participant |
Definition at line 155 of file AuthenticationBuiltInImpl.h.
Definition at line 154 of file AuthenticationBuiltInImpl.h.
DDS::Security::AuthRequestMessageToken OpenDDS::Security::AuthenticationBuiltInImpl::RemoteParticipantData::remote_auth_request |
Definition at line 160 of file AuthenticationBuiltInImpl.h.
Referenced by OpenDDS::Security::AuthenticationBuiltInImpl::begin_handshake_reply(), and OpenDDS::Security::AuthenticationBuiltInImpl::process_handshake_reply().
DDS::Security::IdentityHandle OpenDDS::Security::AuthenticationBuiltInImpl::RemoteParticipantData::replier_identity |
Definition at line 162 of file AuthenticationBuiltInImpl.h.
Referenced by OpenDDS::Security::AuthenticationBuiltInImpl::begin_handshake_reply(), and OpenDDS::Security::AuthenticationBuiltInImpl::begin_handshake_request().
DDS::Security::HandshakeMessageToken OpenDDS::Security::AuthenticationBuiltInImpl::RemoteParticipantData::request |
Definition at line 164 of file AuthenticationBuiltInImpl.h.
Referenced by OpenDDS::Security::AuthenticationBuiltInImpl::begin_handshake_reply(), OpenDDS::Security::AuthenticationBuiltInImpl::begin_handshake_request(), OpenDDS::Security::AuthenticationBuiltInImpl::process_final_handshake(), and OpenDDS::Security::AuthenticationBuiltInImpl::process_handshake_reply().
DDS::Security::SharedSecretHandle_var OpenDDS::Security::AuthenticationBuiltInImpl::RemoteParticipantData::shared_secret |
Definition at line 163 of file AuthenticationBuiltInImpl.h.
Referenced by OpenDDS::Security::AuthenticationBuiltInImpl::process_final_handshake(), and OpenDDS::Security::AuthenticationBuiltInImpl::process_handshake_reply().
DDS::Security::ValidationResult_t OpenDDS::Security::AuthenticationBuiltInImpl::RemoteParticipantData::state |
Definition at line 166 of file AuthenticationBuiltInImpl.h.
Referenced by OpenDDS::Security::AuthenticationBuiltInImpl::begin_handshake_reply(), OpenDDS::Security::AuthenticationBuiltInImpl::begin_handshake_request(), OpenDDS::Security::AuthenticationBuiltInImpl::process_final_handshake(), and OpenDDS::Security::AuthenticationBuiltInImpl::process_handshake_reply().