Package | Description |
---|---|
net.sf.jrtps.message |
This package contains Messages that are transferred on wire.
|
net.sf.jrtps.udds.security |
Implementation of DDS Security
|
Modifier and Type | Method and Description |
---|---|
SecurePayload |
SecureSubMessage.getSecurePayload() |
Constructor and Description |
---|
SecureSubMessage(SecurePayload payload) |
Modifier and Type | Method and Description |
---|---|
SecurePayload |
CompositeTransformer.encode(Key key,
RTPSByteBuffer bb) |
SecurePayload |
MACTransformer.encode(Key key,
RTPSByteBuffer bb) |
SecurePayload |
CipherTransformer.encode(Key key,
RTPSByteBuffer bb) |
SecurePayload |
Transformer.encode(Key key,
RTPSByteBuffer bb)
Encodes RTPSByteBuffer into SecurePayload.
|
Modifier and Type | Method and Description |
---|---|
RTPSByteBuffer |
CompositeTransformer.decode(Key key,
SecurePayload payload) |
RTPSByteBuffer |
MACTransformer.decode(Key key,
SecurePayload payload) |
RTPSByteBuffer |
CipherTransformer.decode(Key key,
SecurePayload payload) |
RTPSByteBuffer |
Transformer.decode(Key key,
SecurePayload payload)
Decodes a given SecurePayload
|
Copyright © 2016. All rights reserved.