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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICertificateID
getCertID()
Calls actualgetCertID
method for the wrapped Req object.
-
-
-
Method Detail
-
getCertID
ICertificateID getCertID()
Calls actualgetCertID
method for the wrapped Req object.- Returns:
ICertificateID
the wrapper for the received CertificateID.
-
-