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 TypeMethodDescriptionbooleanmatch(IX509CertificateHolder holder) Calls actualmatchmethod for the wrapped RecipientId object. 
-  
        
Method Details
-  
           
match
Calls actualmatchmethod for the wrapped RecipientId object.- Parameters:
 - 
              
holder- X509CertificateHolder wrapper - Returns:
 - boolean value.
 
 
 -