Interface IRespID
-
- All Known Implementing Classes:
RespIDBC
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IResponderID
toASN1Primitive()
Calls actualtoASN1Primitive
method for the wrapped BasicOCSPResp object.
-
-
-
Method Detail
-
toASN1Primitive
IResponderID toASN1Primitive()
Calls actualtoASN1Primitive
method for the wrapped BasicOCSPResp object.- Returns:
- Responder ID as a ASN1 primitive.
-
-