public interface Dumpable
Modifier and Type | Method and Description |
---|---|
org.bouncycastle.asn1.ASN1Object |
toAsn1Object(DumpType dt)
Dumps an ASN.1 representation of the object.
|
org.bouncycastle.asn1.ASN1Object toAsn1Object(DumpType dt) throws IOException
Dumps an ASN.1 representation of the object.
dt
- 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.