Interface IReq
-
- All Known Implementing Classes:
ReqBC
public interface IReqThis interface represents the wrapper for Req that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICertificateIDgetCertID()Calls actualgetCertIDmethod for the wrapped Req object.
-
-
-
Method Detail
-
getCertID
ICertificateID getCertID()
Calls actualgetCertIDmethod for the wrapped Req object.- Returns:
ICertificateIDthe wrapper for the received CertificateID.
-
-