Interface IReq
- All Known Implementing Classes:
ReqBC
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 TypeMethodDescriptionCalls actualgetCertIDmethod for the wrapped Req object.
-
Method Details
-
getCertID
ICertificateID getCertID()Calls actualgetCertIDmethod for the wrapped Req object.- Returns:
ICertificateIDthe wrapper for the received CertificateID.
-