Interface IOCSPReq
-
- All Known Implementing Classes:
OCSPReqBC
public interface IOCSPReqThis interface represents the wrapper for OCSPReq 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 byte[]getEncoded()Calls actualgetEncodedmethod for the wrapped OCSPReq object.IExtensiongetExtension(IASN1ObjectIdentifier objectIdentifier)Calls actualgetExtensionmethod for the wrapped OCSPReq object.IReq[]getRequestList()Calls actualgetRequestListmethod for the wrapped OCSPReq object.
-
-
-
Method Detail
-
getEncoded
byte[] getEncoded() throws java.io.IOExceptionCalls actualgetEncodedmethod for the wrapped OCSPReq object.- Returns:
- the default encoding for the wrapped object.
- Throws:
java.io.IOException- on encoding error.
-
getRequestList
IReq[] getRequestList()
Calls actualgetRequestListmethod for the wrapped OCSPReq object.- Returns:
IReqrequest wrappers list.
-
getExtension
IExtension getExtension(IASN1ObjectIdentifier objectIdentifier)
Calls actualgetExtensionmethod for the wrapped OCSPReq object.- Parameters:
objectIdentifier- ASN1ObjectIdentifier wrapper- Returns:
IExtensionwrapper for received Extension.
-
-