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 Detail

      • match

        boolean match​(IX509CertificateHolder holder)
        Calls actual match method for the wrapped RecipientId object.
        Parameters:
        holder - X509CertificateHolder wrapper
        Returns:
        boolean value.