public class RemoveRedundancyOperation extends AbstractRedundancyOperation implements Serializable
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
DATA_STRIPES, GF_SIZE, INPUT_ID, KEYS, OUTPUT_ID, REDUNDANCY
CRLF
Constructor and Description |
---|
RemoveRedundancyOperation(org.bouncycastle.asn1.ASN1Encodable to) |
RemoveRedundancyOperation(int inputId,
int dataStripes,
int redundancy,
List<SymmetricKey> keys,
int outputId,
int gfSize) |
Modifier and Type | Method and Description |
---|---|
Operation |
getNewInstance(org.bouncycastle.asn1.ASN1Encodable object)
Gets an instance of the object.
|
dumpValueNotation, getDataStripes, getGfSize, getInputId, getKeys, getOutputId, getRedundancy, parse, setDataStripes, setGfSize, setInputId, setKeys, setOutputId, setRedundancy, toAsn1Object
getTagNumber, setTagNumber
fromBase64, fromHex, parse, prepareDump, toBase64, toBitString, toBytes, toDer, toHex
public static final long serialVersionUID
public RemoveRedundancyOperation(int inputId, int dataStripes, int redundancy, List<SymmetricKey> keys, int outputId, int gfSize)
public RemoveRedundancyOperation(org.bouncycastle.asn1.ASN1Encodable to) throws IOException
IOException
public Operation getNewInstance(org.bouncycastle.asn1.ASN1Encodable object) throws IOException
Operation
Gets an instance of the object.
getNewInstance
in class Operation
object
- the object to be parsedIOException
- if parsing failsCopyright © 2023. All rights reserved.