public abstract class HeaderRequest extends AbstractBlock implements Serializable, Dumpable
ASN1 parser class for header request.
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
CRLF
Modifier | Constructor and Description |
---|---|
protected |
HeaderRequest() |
Modifier and Type | Method and Description |
---|---|
protected abstract HeaderRequest |
getRequest(org.bouncycastle.asn1.ASN1Encodable ae) |
org.bouncycastle.asn1.ASN1Object |
toAsn1Object(DumpType dt)
Dumps the respective header request.
|
fromBase64, fromHex, parse, parse, prepareDump, toBase64, toBitString, toBytes, toDer, toHex
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dumpValueNotation
public static final long serialVersionUID
public org.bouncycastle.asn1.ASN1Object toAsn1Object(DumpType dt) throws IOException
Dumps the respective header request.
toAsn1Object
in interface Dumpable
dt
- the dump type to be usedIOException
- if dumping fails due to illegal internal stateprotected abstract HeaderRequest getRequest(org.bouncycastle.asn1.ASN1Encodable ae) throws IOException
IOException
Copyright © 2023. All rights reserved.