Class JcaCertStoreBC
java.lang.Object
com.itextpdf.bouncycastle.cert.jcajce.JcaCertStoreBC
- All Implemented Interfaces:
IJcaCertStore
Wrapper class for
JcaCertStore.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.bouncycastle.cert.jcajce.JcaCertStore -
Constructor Summary
ConstructorsConstructorDescriptionJcaCertStoreBC(org.bouncycastle.cert.jcajce.JcaCertStore jcaCertStore) Creates new wrapper instance forJcaCertStore. -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether some other object is "equal to" this one.org.bouncycastle.cert.jcajce.JcaCertStoreGets 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
-
jcaCertStore
private final org.bouncycastle.cert.jcajce.JcaCertStore jcaCertStore
-
-
Constructor Details
-
JcaCertStoreBC
public JcaCertStoreBC(org.bouncycastle.cert.jcajce.JcaCertStore jcaCertStore) Creates new wrapper instance forJcaCertStore.- Parameters:
jcaCertStore-JcaCertStoreto be wrapped
-
-
Method Details
-
getJcaCertStore
public org.bouncycastle.cert.jcajce.JcaCertStore getJcaCertStore()Gets actual org.bouncycastle object being wrapped.- Returns:
- wrapped
JcaCertStore.
-
equals
-
hashCode
-
toString
-