Class X509CRLHolderBC
java.lang.Object
com.itextpdf.bouncycastle.cert.X509CRLHolderBC
- All Implemented Interfaces:
IX509CRLHolder
Wrapper class for
X509CRLHolder.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionX509CRLHolderBC(org.bouncycastle.cert.X509CRLHolder x509CRLHolder) Creates new wrapper instance forX509CRLHolder. -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether some other object is "equal to" this one.byte[]Calls actualgetEncodedmethod for the wrapped X509CRLHolder object.org.bouncycastle.cert.X509CRLHolderGets actual org.bouncycastle object being wrapped.inthashCode()Returns a hash code value based on the wrapped object.toString()DelegatestoStringmethod call to the wrapped object.
-
Field Details
-
x509CRLHolder
private final org.bouncycastle.cert.X509CRLHolder x509CRLHolder
-
-
Constructor Details
-
X509CRLHolderBC
public X509CRLHolderBC(org.bouncycastle.cert.X509CRLHolder x509CRLHolder) Creates new wrapper instance forX509CRLHolder.- Parameters:
x509CRLHolder-X509CRLHolderto be wrapped
-
-
Method Details
-
getX509CRLHolder
public org.bouncycastle.cert.X509CRLHolder getX509CRLHolder()Gets actual org.bouncycastle object being wrapped.- Returns:
- wrapped
X509CRLHolder.
-
getEncoded
Calls actualgetEncodedmethod for the wrapped X509CRLHolder object.- Specified by:
getEncodedin interfaceIX509CRLHolder- Returns:
- the default encoding for the wrapped object.
- Throws:
IOException- on encoding error.
-
equals
-
hashCode
-
toString
-