Interface IResponderID
- All Known Implementing Classes:
-
ResponderIDBC,ResponderIDBCFips
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
Modifier and TypeMethodDescriptionbyte[]Calls actualgetKeyHashmethod for the wrapped BasicOCSPResp object.getName()Calls actualgetNamemethod for the wrapped BasicOCSPResp object.
-
Method Details
-
getName
IX500Name getName()Calls actualgetNamemethod for the wrapped BasicOCSPResp object.- Returns:
- wrapped X500NAme
-
getKeyHash
byte[] getKeyHash()Calls actualgetKeyHashmethod for the wrapped BasicOCSPResp object.- Returns:
-
byte[]representing corresponding key hash
-