Class HeaderRequestCapability

All Implemented Interfaces:
Serializable, Block, Dumpable

public class HeaderRequestCapability extends HeaderRequest implements Serializable

ASN1 parser block for the capability request.

See Also:
  • Field Details

  • Constructor Details

    • HeaderRequestCapability

      public HeaderRequestCapability()
    • HeaderRequestCapability

      public HeaderRequestCapability(org.bouncycastle.asn1.ASN1Encodable ae) throws IOException

      Creates a class from the given ASN.1 object.

      Parameters:
      ae - the ASN.1 object to be translated
      Throws:
      IOException - if parsing of the ASN.1 fails
  • Method Details