public abstract class ReplyBlock extends AbstractBlock
CRLF
Constructor and Description |
---|
ReplyBlock() |
Modifier and Type | Method and Description |
---|---|
abstract String |
dumpValueNotation(String prefix,
DumpType dumpType) |
protected abstract void |
parse(org.bouncycastle.asn1.ASN1Encodable to) |
abstract org.bouncycastle.asn1.ASN1Object |
toAsn1Object(DumpType dumpType)
Dumps an ASN.1 representation of the object.
|
fromBase64, fromHex, parse, prepareDump, toBase64, toBitString, toBytes, toDer, toHex
protected abstract void parse(org.bouncycastle.asn1.ASN1Encodable to) throws IOException
parse
in class AbstractBlock
IOException
public abstract String dumpValueNotation(String prefix, DumpType dumpType) throws IOException
IOException
public abstract org.bouncycastle.asn1.ASN1Object toAsn1Object(DumpType dumpType) throws IOException
Dumpable
Dumps an ASN.1 representation of the object.
dumpType
- the dump type to be usedIOException
- if dumping of the object fails due to an illegal internal state of the
objectCopyright © 2023. All rights reserved.