Uses of Class
net.messagevortex.asn1.SymmetricKey
Packages that use SymmetricKey
Package
Description
Contains classes required for decoding and encoding vortex messages and represent
VortexMessages states.
-
Uses of SymmetricKey in net.messagevortex.asn1
Methods in net.messagevortex.asn1 that return SymmetricKeyModifier and TypeMethodDescriptionPrefixBlock.getKey()AbstractRedundancyOperation.getKeys()Gets the omega parameter of the Galois field.PrefixBlock.setKey(SymmetricKey dk) Sets the symmetric key contained in the block.final SymmetricKey[]AbstractRedundancyOperation.setKeys(List<SymmetricKey> keys) Sets the keys to be used to encrypt all input respective output fields.Methods in net.messagevortex.asn1 with parameters of type SymmetricKeyModifier and TypeMethodDescriptionPrefixBlock.setKey(SymmetricKey dk) Sets the symmetric key contained in the block.Method parameters in net.messagevortex.asn1 with type arguments of type SymmetricKeyModifier and TypeMethodDescriptionfinal SymmetricKey[]AbstractRedundancyOperation.setKeys(List<SymmetricKey> keys) Sets the keys to be used to encrypt all input respective output fields.Constructors in net.messagevortex.asn1 with parameters of type SymmetricKeyModifierConstructorDescriptionDecryptPayloadOperation(int sourceBlock, int targetBlock, SymmetricKey key) Constructor to create an decrypt operation.EncryptPayloadOperation(int sourceBlock, int targetBlock, SymmetricKey key) Create a functional encryption operation.Creates a prefix with the given key.Constructor parameters in net.messagevortex.asn1 with type arguments of type SymmetricKeyModifierConstructorDescriptionAbstractRedundancyOperation(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)