All Known Implementing Classes:
ReqBC, ReqBCFips

public interface IReq
This interface represents the wrapper for Req that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
  • Method Summary

    Modifier and Type
    Method
    Description
    Calls actual getCertID method for the wrapped Req object.
  • Method Details

    • getCertID

      ICertificateID getCertID()
      Calls actual getCertID method for the wrapped Req object.
      Returns:
      ICertificateID the wrapper for the received CertificateID.