public abstract class HeaderRequestFactory 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 |
HeaderRequestFactory() |
Modifier and Type | Method and Description |
---|---|
static HeaderRequest |
getInstance(org.bouncycastle.asn1.ASN1Encodable ae)
Conversion helper for header request.
|
fromBase64, fromHex, parse, parse, prepareDump, toBase64, toBitString, toBytes, toDer, toHex
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toAsn1Object
dumpValueNotation
public static final long serialVersionUID
public static HeaderRequest getInstance(org.bouncycastle.asn1.ASN1Encodable ae) throws IOException
Conversion helper for header request.
ae
- asn.1 representation of the classIOException
- if parsing failsCopyright © 2023. All rights reserved.