Class HeaderRequestIdentity

All Implemented Interfaces:
Serializable, Block, Dumpable

public class HeaderRequestIdentity extends HeaderRequest implements Serializable
ASN1 parser for identity request.
See Also:
  • Field Details

  • Constructor Details

    • HeaderRequestIdentity

      public HeaderRequestIdentity()
    • HeaderRequestIdentity

      public HeaderRequestIdentity(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