Class PKIXRecipientId

java.lang.Object
org.bouncycastle.cms.RecipientId
org.bouncycastle.cms.PKIXRecipientId
All Implemented Interfaces:
Cloneable, Selector
Direct Known Subclasses:
KEMRecipientId, KeyAgreeRecipientId, KeyTransRecipientId

public class PKIXRecipientId extends RecipientId
  • Field Details

  • Constructor Details

  • Method Details

    • getIssuer

      public X500Name getIssuer()
    • getSerialNumber

      public BigInteger getSerialNumber()
    • getSubjectKeyIdentifier

      public byte[] getSubjectKeyIdentifier()
    • clone

      public Object clone()
      Specified by:
      clone in interface Selector
      Specified by:
      clone in class RecipientId
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • match

      public boolean match(Object obj)
      Description copied from interface: Selector
      Match the passed in object, returning true if it would be selected by this selector, false otherwise.
      Parameters:
      obj - the object to be matched.
      Returns:
      true if the object is a match for this selector, false otherwise.