Class HeaderRequest

java.lang.Object
net.messagevortex.asn1.AbstractBlock
net.messagevortex.asn1.HeaderRequest
All Implemented Interfaces:
Serializable, Block, Dumpable
Direct Known Subclasses:
HeaderRequestCapability, HeaderRequestIdentity, HeaderRequestIncreaseMessageQuota, HeaderRequestIncreaseTransferQuota, HeaderRequestQueryQuota

public abstract class HeaderRequest extends AbstractBlock implements Serializable, Dumpable

ASN1 parser class for header request.

See Also:
  • Field Details

  • Constructor Details

    • HeaderRequest

      protected HeaderRequest()
  • Method Details

    • toAsn1Object

      public org.bouncycastle.asn1.ASN1Object toAsn1Object(DumpType dt) throws IOException

      Dumps the respective header request.

      Specified by:
      toAsn1Object in interface Dumpable
      Parameters:
      dt - the dump type to be used
      Returns:
      an ASN.1 object of the request
      Throws:
      IOException - if dumping fails due to illegal internal state
    • getRequest

      protected abstract HeaderRequest getRequest(org.bouncycastle.asn1.ASN1Encodable ae) throws IOException
      Throws:
      IOException