Package net.messagevortex.asn1
Class ReplyBlock
java.lang.Object
net.messagevortex.asn1.AbstractBlock
net.messagevortex.asn1.ReplyBlock
-
Field Summary
Fields inherited from class net.messagevortex.asn1.AbstractBlock
CRLF -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StringdumpValueNotation(String prefix, DumpType dumpType) protected abstract voidparse(org.bouncycastle.asn1.ASN1Encodable to) abstract org.bouncycastle.asn1.ASN1ObjecttoAsn1Object(DumpType dumpType) Dumps an ASN.1 representation of the object.Methods inherited from class net.messagevortex.asn1.AbstractBlock
fromBase64, fromHex, parse, prepareDump, toBase64, toBitString, toBytes, toDer, toHex
-
Constructor Details
-
ReplyBlock
public ReplyBlock()
-
-
Method Details
-
parse
- Specified by:
parsein classAbstractBlock- Throws:
IOException
-
dumpValueNotation
- Throws:
IOException
-
toAsn1Object
Description copied from interface:DumpableDumps an ASN.1 representation of the object.
- Parameters:
dumpType- the dump type to be used- Returns:
- the ASN.1 string representation of the object
- Throws:
IOException- if dumping of the object fails due to an illegal internal state of the object
-