Interface IRecipientId
-
- All Known Implementing Classes:
RecipientIdBC
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
match(IX509CertificateHolder holder)
Calls actualmatch
method for the wrapped RecipientId object.
-
-
-
Method Detail
-
match
boolean match(IX509CertificateHolder holder)
Calls actualmatch
method for the wrapped RecipientId object.- Parameters:
holder
- X509CertificateHolder wrapper- Returns:
- boolean value.
-
-