Package | Description |
---|---|
net.messagevortex.asn1 |
Contains classes required for decoding and encoding vortex messages and represent
VortexMessages states.
|
Modifier and Type | Method and Description |
---|---|
SymmetricKey |
PrefixBlock.getKey() |
SymmetricKey[] |
AbstractRedundancyOperation.getKeys()
Gets the omega parameter of the Galois field.
|
SymmetricKey |
PrefixBlock.setKey(SymmetricKey dk)
Sets the symmetric key contained in the block.
|
SymmetricKey[] |
AbstractRedundancyOperation.setKeys(List<SymmetricKey> keys)
Sets the keys to be used to encrypt all input respective output fields.
|
Modifier and Type | Method and Description |
---|---|
SymmetricKey |
PrefixBlock.setKey(SymmetricKey dk)
Sets the symmetric key contained in the block.
|
Modifier and Type | Method and Description |
---|---|
SymmetricKey[] |
AbstractRedundancyOperation.setKeys(List<SymmetricKey> keys)
Sets the keys to be used to encrypt all input respective output fields.
|
Constructor and Description |
---|
DecryptPayloadOperation(int sourceBlock,
int targetBlock,
SymmetricKey key)
Constructor to create an decrypt operation.
|
EncryptPayloadOperation(int sourceBlock,
int targetBlock,
SymmetricKey key)
Create a functional encryption operation.
|
PrefixBlock(SymmetricKey sk)
Creates a prefix with the given key.
|
Constructor and Description |
---|
AbstractRedundancyOperation(int inputId,
int dataStripes,
int redundancy,
List<SymmetricKey> stripeKeys,
int newFirstId,
int gfSize)
Creates an appropriate operation with the given GF size and properties.
|
AddRedundancyOperation(int inputId,
int dataStripes,
int redundancy,
List<SymmetricKey> keys,
int outputId,
int gfSize) |
RemoveRedundancyOperation(int inputId,
int dataStripes,
int redundancy,
List<SymmetricKey> keys,
int outputId,
int gfSize) |
Copyright © 2023. All rights reserved.