Class Operation

java.lang.Object
net.messagevortex.asn1.AbstractBlock
net.messagevortex.asn1.Operation
All Implemented Interfaces:
Serializable, Block, Dumpable
Direct Known Subclasses:
AbstractCryptPayloadOperation, AbstractRedundancyOperation, MapBlockOperation, MergePayloadOperation, SplitPayloadOperation

public abstract class Operation extends AbstractBlock implements Serializable
Represents a the Blending specification of the router block.
See Also:
  • Field Details

  • Method Details

    • getNewInstance

      public abstract Operation getNewInstance(org.bouncycastle.asn1.ASN1Encodable asn1Encodable) throws IOException

      Gets an instance of the object.

      Parameters:
      asn1Encodable - the object to be parsed
      Returns:
      the parsed operation object
      Throws:
      IOException - if parsing fails
    • setTagNumber

      protected void setTagNumber(int newTagNumber)

      sets the ag number to be set when encoding the operation.

      Parameters:
      newTagNumber - the new tag number to be set
    • getTagNumber

      protected int getTagNumber()