Class ReplyBlock

java.lang.Object
net.messagevortex.asn1.AbstractBlock
net.messagevortex.asn1.ReplyBlock
All Implemented Interfaces:
Block, Dumpable

public abstract class ReplyBlock extends AbstractBlock
  • Constructor Details

    • ReplyBlock

      public ReplyBlock()
  • Method Details

    • parse

      protected abstract void parse(org.bouncycastle.asn1.ASN1Encodable to) throws IOException
      Specified by:
      parse in class AbstractBlock
      Throws:
      IOException
    • dumpValueNotation

      public abstract String dumpValueNotation(String prefix, DumpType dumpType) throws IOException
      Throws:
      IOException
    • toAsn1Object

      public abstract org.bouncycastle.asn1.ASN1Object toAsn1Object(DumpType dumpType) throws IOException
      Description copied from interface: Dumpable

      Dumps an ASN.1 representation of the object.

      Parameters:
      dumpType - the dump type to be used
      Returns:
      the ASN.1 string representation of the object
      Throws:
      IOException - if dumping of the object fails due to an illegal internal state of the object