Package net.messagevortex.asn1
Class HeaderRequestFactory
java.lang.Object
net.messagevortex.asn1.AbstractBlock
net.messagevortex.asn1.HeaderRequestFactory
- All Implemented Interfaces:
Serializable,Block,Dumpable
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 TypeMethodDescriptionstatic HeaderRequestgetInstance(org.bouncycastle.asn1.ASN1Encodable ae) Conversion helper for 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
dumpValueNotationMethods inherited from interface net.messagevortex.asn1.Dumpable
toAsn1Object
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
HeaderRequestFactory
protected HeaderRequestFactory()
-
-
Method Details
-
getInstance
Conversion helper for header request.
- Parameters:
ae- asn.1 representation of the class- Returns:
- the respective header object if parseable or null
- Throws:
IOException- if parsing fails
-