Class PasswordRecipientId

java.lang.Object
org.bouncycastle.cms.RecipientId
org.bouncycastle.cms.PasswordRecipientId
All Implemented Interfaces:
Cloneable, org.bouncycastle.util.Selector

public class PasswordRecipientId extends RecipientId
  • Constructor Details

    • PasswordRecipientId

      public PasswordRecipientId()
      Construct a recipient ID of the password type.
  • Method Details

    • hashCode

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

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

      public Object clone()
      Specified by:
      clone in interface org.bouncycastle.util.Selector
      Specified by:
      clone in class RecipientId
    • match

      public boolean match(Object obj)