Interface IRespID
- All Known Implementing Classes:
-
RespIDBC
,RespIDBCFips
public interface IRespID
This interface represents the wrapper for RespID that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
Method Summary
Modifier and TypeMethodDescriptionCalls actualtoASN1Primitive
method for the wrapped BasicOCSPResp object.
-
Method Details
-
toASN1Primitive
IResponderID toASN1Primitive()Calls actualtoASN1Primitive
method for the wrapped BasicOCSPResp object.- Returns:
- Responder ID as a ASN1 primitive.
-