| Constructor and Description |
|---|
ASN1DumpBC(org.bouncycastle.asn1.util.ASN1Dump asn1Dump)
Creates new wrapper instance for
ASN1Dump. |
| Modifier and Type | Method and Description |
|---|---|
String |
dumpAsString(Object obj) |
String |
dumpAsString(Object obj,
boolean b) |
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
org.bouncycastle.asn1.util.ASN1Dump |
getAsn1Dump()
Gets actual org.bouncycastle object being wrapped.
|
static ASN1DumpBC |
getInstance()
Gets wrapper instance.
|
int |
hashCode()
Returns a hash code value based on the wrapped object.
|
String |
toString()
Delegates
toString method call to the wrapped object. |
public ASN1DumpBC(org.bouncycastle.asn1.util.ASN1Dump asn1Dump)
ASN1Dump.asn1Dump - ASN1Dump to be wrappedpublic static ASN1DumpBC getInstance()
ASN1DumpBC instance.public org.bouncycastle.asn1.util.ASN1Dump getAsn1Dump()
ASN1Dump.public String dumpAsString(Object obj, boolean b)
dumpAsString in interface IASN1Dumppublic String dumpAsString(Object obj)
dumpAsString in interface IASN1Dumppublic boolean equals(Object o)
public int hashCode()
Copyright © 1998–2024 Apryse Group NV. All rights reserved.