Class JcaCertStoreBCFips
java.lang.Object
com.itextpdf.bouncycastlefips.cert.jcajce.JcaCertStoreBCFips
- All Implemented Interfaces:
-
IJcaCertStore
Wrapper class for
JcaCertStore
.
-
Constructor Summary
ConstructorDescriptionJcaCertStoreBCFips
(org.bouncycastle.cert.jcajce.JcaCertStore jcaCertStore) Creates new wrapper instance forJcaCertStore
. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates whether some other object is "equal to" this one.org.bouncycastle.cert.jcajce.JcaCertStore
Gets actual org.bouncycastle object being wrapped.int
hashCode()
Returns a hash code value based on the wrapped object.toString()
DelegatestoString
method call to the wrapped object.
-
Constructor Details
-
JcaCertStoreBCFips
public JcaCertStoreBCFips(org.bouncycastle.cert.jcajce.JcaCertStore jcaCertStore) Creates new wrapper instance forJcaCertStore
.- Parameters:
-
jcaCertStore
-JcaCertStore
to be wrapped
-
-
Method Details
-
getJcaCertStore
public org.bouncycastle.cert.jcajce.JcaCertStore getJcaCertStore()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
JcaCertStore
.
-
equals
Indicates whether some other object is "equal to" this one. Compares wrapped objects. -
hashCode
public int hashCode()Returns a hash code value based on the wrapped object. -
toString
DelegatestoString
method call to the wrapped object.
-