Interface IRespID
-
- All Known Implementing Classes:
RespIDBC
public interface IRespIDThis 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 IResponderIDtoASN1Primitive()Calls actualtoASN1Primitivemethod for the wrapped BasicOCSPResp object.
-
-
-
Method Detail
-
toASN1Primitive
IResponderID toASN1Primitive()
Calls actualtoASN1Primitivemethod for the wrapped BasicOCSPResp object.- Returns:
- Responder ID as a ASN1 primitive.
-
-