Package net.messagevortex.asn1
Class RemoveRedundancyOperation
java.lang.Object
net.messagevortex.asn1.AbstractBlock
net.messagevortex.asn1.Operation
net.messagevortex.asn1.AbstractRedundancyOperation
net.messagevortex.asn1.RemoveRedundancyOperation
- All Implemented Interfaces:
Serializable,Block,Dumpable,org.bouncycastle.asn1.ASN1Choice
Represents a remove redundancy operation.
- See Also:
-
Field Summary
FieldsFields inherited from class net.messagevortex.asn1.AbstractRedundancyOperation
DATA_STRIPES, GF_SIZE, INPUT_ID, KEYS, OUTPUT_ID, REDUNDANCYFields inherited from class net.messagevortex.asn1.AbstractBlock
CRLF -
Constructor Summary
ConstructorsConstructorDescriptionRemoveRedundancyOperation(int inputId, int dataStripes, int redundancy, List<SymmetricKey> keys, int outputId, int gfSize) RemoveRedundancyOperation(org.bouncycastle.asn1.ASN1Encodable to) -
Method Summary
Modifier and TypeMethodDescriptiongetNewInstance(org.bouncycastle.asn1.ASN1Encodable object) Gets an instance of the object.Methods inherited from class net.messagevortex.asn1.AbstractRedundancyOperation
dumpValueNotation, getDataStripes, getGfSize, getInputId, getKeys, getOutputId, getRedundancy, parse, setDataStripes, setGfSize, setInputId, setKeys, setOutputId, setRedundancy, toAsn1ObjectMethods inherited from class net.messagevortex.asn1.Operation
getTagNumber, setTagNumberMethods inherited from class net.messagevortex.asn1.AbstractBlock
fromBase64, fromHex, parse, prepareDump, toBase64, toBitString, toBytes, toDer, toHex
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
RemoveRedundancyOperation
public RemoveRedundancyOperation(int inputId, int dataStripes, int redundancy, List<SymmetricKey> keys, int outputId, int gfSize) -
RemoveRedundancyOperation
- Throws:
IOException
-
-
Method Details
-
getNewInstance
Description copied from class:OperationGets an instance of the object.
- Specified by:
getNewInstancein classOperation- Parameters:
object- the object to be parsed- Returns:
- the parsed operation object
- Throws:
IOException- if parsing fails
-