Interface IResponderID
-
- All Known Implementing Classes:
ResponderIDBC
public interface IResponderID
This interface represents the wrapper for ResponderID 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 IX500Name
getName()
Calls actualgetName
method for the wrapped BasicOCSPResp object.
-
-
-
Method Detail
-
getName
IX500Name getName()
Calls actualgetName
method for the wrapped BasicOCSPResp object.- Returns:
- wrapped X500NAme.
-
-