Class SizeBlock

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

public class SizeBlock extends AbstractBlock implements Serializable
Created by Martin on 04.06.2017.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • parse

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

      public String dumpValueNotation(String prefix, DumpType dumptype)
      Specified by:
      dumpValueNotation in interface Block
    • toAsn1Object

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

      Dumps an ASN.1 representation of the object.

      Specified by:
      toAsn1Object in interface Dumpable
      Parameters:
      dumpType - the dump type to be used
      Returns:
      the ASN.1 string representation of the object