public class X509CRLHolderBC extends Object implements IX509CRLHolder
X509CRLHolder.| Constructor and Description |
|---|
X509CRLHolderBC(org.bouncycastle.cert.X509CRLHolder x509CRLHolder)
Creates new wrapper instance for
X509CRLHolder. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
byte[] |
getEncoded() |
org.bouncycastle.cert.X509CRLHolder |
getX509CRLHolder()
Gets actual org.bouncycastle object being wrapped.
|
int |
hashCode()
Returns a hash code value based on the wrapped object.
|
String |
toString()
Delegates
toString method call to the wrapped object. |
public X509CRLHolderBC(org.bouncycastle.cert.X509CRLHolder x509CRLHolder)
X509CRLHolder.x509CRLHolder - X509CRLHolder to be wrappedpublic org.bouncycastle.cert.X509CRLHolder getX509CRLHolder()
X509CRLHolder.public byte[] getEncoded()
throws IOException
getEncoded in interface IX509CRLHolderIOExceptionpublic boolean equals(Object o)
public int hashCode()
Copyright © 1998–2024 Apryse Group NV. All rights reserved.