Interface IReq
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 actualgetCertID
method for the wrapped Req object.
-
Method Details
-
getCertID
ICertificateID getCertID()Calls actualgetCertID
method for the wrapped Req object.- Returns:
-
ICertificateID
the wrapper for the received CertificateID.
-