public class ASN1EncodableBC extends Object implements IASN1Encodable
ASN1Encodable.| Constructor and Description |
|---|
ASN1EncodableBC(org.bouncycastle.asn1.ASN1Encodable encodable)
Creates new wrapper instance for
ASN1Encodable. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
org.bouncycastle.asn1.ASN1Encodable |
getEncodable()
Gets actual org.bouncycastle object being wrapped.
|
int |
hashCode()
Returns a hash code value based on the wrapped object.
|
boolean |
isNull() |
IASN1Primitive |
toASN1Primitive() |
String |
toString()
Delegates
toString method call to the wrapped object. |
public ASN1EncodableBC(org.bouncycastle.asn1.ASN1Encodable encodable)
ASN1Encodable.encodable - ASN1Encodable to be wrappedpublic org.bouncycastle.asn1.ASN1Encodable getEncodable()
ASN1Encodable.public IASN1Primitive toASN1Primitive()
toASN1Primitive in interface IASN1Encodablepublic boolean isNull()
isNull in interface IASN1Encodablepublic boolean equals(Object o)
public int hashCode()
Copyright © 1998–2024 Apryse Group NV. All rights reserved.