Package net.messagevortex.asn1
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
ASN1 parser class for header request.
- See Also:
-
Field Summary
FieldsFields inherited from class net.messagevortex.asn1.AbstractBlock
CRLF -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract HeaderRequestgetRequest(org.bouncycastle.asn1.ASN1Encodable ae) org.bouncycastle.asn1.ASN1ObjecttoAsn1Object(DumpType dt) Dumps the respective header request.Methods inherited from class net.messagevortex.asn1.AbstractBlock
fromBase64, fromHex, parse, parse, prepareDump, toBase64, toBitString, toBytes, toDer, toHexMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.messagevortex.asn1.Block
dumpValueNotation
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
HeaderRequest
protected HeaderRequest()
-
-
Method Details
-
toAsn1Object
Dumps the respective header request.
- Specified by:
toAsn1Objectin interfaceDumpable- 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
-