| Interface | Description |
|---|---|
| AuthenticationListener |
AuthenticationListener
|
| Transformer |
Interface used to encode / decode an array of bytes.
|
| Class | Description |
|---|---|
| AuthenticationPlugin |
An abstract class for authentication plugin. udds Participant (BuiltinParticipantDataListener)
calls beginHandshake(ParticipantData) method during discovery.
|
| CipherTransformer |
CipherTransformer uses javax.crypto.Cipher to encode and decode payload.
|
| CompositeTransformer |
CompositeTransformer joins two transformations.
|
| CryptoPlugin |
CryptoPlugin.
|
| JKSAuthenticationPlugin |
KeystoreAuthenticationPlugin is an Authentication plugin as discussed in
DDS Security specification.
|
| MACTransformer |
MacTransformer calculates and appends a HMAC to the end of payload
by using javax.crypto.Mac
|
| NoOpAuthenticationPlugin |
AuthenticationPlugin that always successfully authenticates
|
| ParticipantStatelessMessage |
ParticipantStatelessMessage is defined in DDS Security specification.
|
| ParticipantStatelessMessageMarshaller |
ParticipantStatelessMessageMarshaller is used during authentication to marshall/unmarshall
ParticipantStatelessMessages
|
| SecurePayload |
SecurePayload.
|
| Exception | Description |
|---|---|
| SecurityException |
An exception thrown by security plugins
|
Copyright © 2016. All rights reserved.