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 Type
    Method
    Description
    boolean
    Calls actual match method for the wrapped RecipientId object.
  • Method Details

    • match

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