Class PasswordRecipientId

  • All Implemented Interfaces:
    java.lang.Cloneable, org.bouncycastle.util.Selector

    public class PasswordRecipientId
    extends RecipientId
    • Constructor Detail

      • PasswordRecipientId

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

      • hashCode

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

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • clone

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

        public boolean match​(java.lang.Object obj)