public class SizeBlock extends AbstractBlock implements Serializable
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
CRLF
Constructor and Description |
---|
SizeBlock(org.bouncycastle.asn1.ASN1Encodable o) |
Modifier and Type | Method and Description |
---|---|
String |
dumpValueNotation(String prefix,
DumpType dumptype) |
protected void |
parse(org.bouncycastle.asn1.ASN1Encodable to) |
org.bouncycastle.asn1.ASN1Object |
toAsn1Object(DumpType dumpType)
Dumps an ASN.1 representation of the object.
|
fromBase64, fromHex, parse, prepareDump, toBase64, toBitString, toBytes, toDer, toHex
public static final long serialVersionUID
public SizeBlock(org.bouncycastle.asn1.ASN1Encodable o) throws IOException
IOException
protected final void parse(org.bouncycastle.asn1.ASN1Encodable to) throws IOException
parse
in class AbstractBlock
IOException
public String dumpValueNotation(String prefix, DumpType dumptype)
dumpValueNotation
in interface Block
public org.bouncycastle.asn1.ASN1Object toAsn1Object(DumpType dumpType)
Dumpable
Dumps an ASN.1 representation of the object.
toAsn1Object
in interface Dumpable
dumpType
- the dump type to be usedCopyright © 2023. All rights reserved.