Class RemoveRedundancyOperation

All Implemented Interfaces:
Serializable, Block, Dumpable, org.bouncycastle.asn1.ASN1Choice

public class RemoveRedundancyOperation extends AbstractRedundancyOperation implements Serializable
Represents a remove redundancy operation.
See Also:
  • Field Details

  • Constructor Details

    • RemoveRedundancyOperation

      public RemoveRedundancyOperation(int inputId, int dataStripes, int redundancy, List<SymmetricKey> keys, int outputId, int gfSize)
    • RemoveRedundancyOperation

      public RemoveRedundancyOperation(org.bouncycastle.asn1.ASN1Encodable to) throws IOException
      Throws:
      IOException
  • Method Details

    • getNewInstance

      public Operation getNewInstance(org.bouncycastle.asn1.ASN1Encodable object) throws IOException
      Description copied from class: Operation

      Gets an instance of the object.

      Specified by:
      getNewInstance in class Operation
      Parameters:
      object - the object to be parsed
      Returns:
      the parsed operation object
      Throws:
      IOException - if parsing fails