| Package | Description |
|---|---|
| net.sf.jrtps.udds.security |
Implementation of DDS Security
|
| Modifier and Type | Class and Description |
|---|---|
class |
CipherTransformer
CipherTransformer uses javax.crypto.Cipher to encode and decode payload.
|
class |
CompositeTransformer
CompositeTransformer joins two transformations.
|
class |
MACTransformer
MacTransformer calculates and appends a HMAC to the end of payload
by using javax.crypto.Mac
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CryptoPlugin.registerTransformer(Transformer ct)
Registers a Transformer to this CryptoPlugin
|
| Constructor and Description |
|---|
CompositeTransformer(Transformer tr1,
Transformer tr2,
int kind)
Constructor for CompositeTransformer.
|
Copyright © 2016. All rights reserved.