Interface IRecipientId
- All Known Implementing Classes:
-
RecipientIdBC
,RecipientIdBCFips
public interface IRecipientId
This interface represents the wrapper for RecipientId that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
match
(IX509CertificateHolder holder) Calls actualmatch
method for the wrapped RecipientId object.
-
Method Details
-
match
Calls actualmatch
method for the wrapped RecipientId object.- Parameters:
-
holder
- X509CertificateHolder wrapper - Returns:
- boolean value.
-