Package net.messagevortex.asn1
Class SizeBlock
java.lang.Object
net.messagevortex.asn1.AbstractBlock
net.messagevortex.asn1.SizeBlock
- All Implemented Interfaces:
Serializable,Block,Dumpable
Created by Martin on 04.06.2017.
- See Also:
-
Field Summary
FieldsFields inherited from class net.messagevortex.asn1.AbstractBlock
CRLF -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondumpValueNotation(String prefix, DumpType dumptype) protected final voidparse(org.bouncycastle.asn1.ASN1Encodable to) 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
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
SizeBlock
- Throws:
IOException
-
-
Method Details
-
parse
- Specified by:
parsein classAbstractBlock- Throws:
IOException
-
dumpValueNotation
- Specified by:
dumpValueNotationin interfaceBlock
-
toAsn1Object
Description copied from interface:DumpableDumps an ASN.1 representation of the object.
- Specified by:
toAsn1Objectin interfaceDumpable- Parameters:
dumpType- the dump type to be used- Returns:
- the ASN.1 string representation of the object
-