Class JcaCertStoreBCFips

java.lang.Object
com.itextpdf.bouncycastlefips.cert.jcajce.JcaCertStoreBCFips
All Implemented Interfaces:
IJcaCertStore

public class JcaCertStoreBCFips extends Object implements IJcaCertStore
Wrapper class for JcaCertStore.
  • Constructor Summary

    Constructors
    Constructor
    Description
    JcaCertStoreBCFips(org.bouncycastle.cert.jcajce.JcaCertStore jcaCertStore)
    Creates new wrapper instance for JcaCertStore.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicates whether some other object is "equal to" this one.
    org.bouncycastle.cert.jcajce.JcaCertStore
    Gets actual org.bouncycastle object being wrapped.
    int
    Returns a hash code value based on the wrapped object.
    Delegates toString method call to the wrapped object.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • JcaCertStoreBCFips

      public JcaCertStoreBCFips (org.bouncycastle.cert.jcajce.JcaCertStore jcaCertStore)
      Creates new wrapper instance for JcaCertStore.
      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

      public boolean equals (Object o)
      Indicates whether some other object is "equal to" this one. Compares wrapped objects.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Returns a hash code value based on the wrapped object.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Delegates toString method call to the wrapped object.
      Overrides:
      toString in class Object