Class AttributeCertificateIssuer

java.lang.Object
org.bouncycastle.cert.AttributeCertificateIssuer
All Implemented Interfaces:
Cloneable, Selector
Direct Known Subclasses:
JcaAttributeCertificateIssuer

public class AttributeCertificateIssuer extends Object implements Selector
Carrying class for an attribute certificate issuer.
  • Constructor Details

    • AttributeCertificateIssuer

      public AttributeCertificateIssuer(AttCertIssuer issuer)
      Set the issuer directly with the ASN.1 structure.
      Parameters:
      issuer - The issuer
    • AttributeCertificateIssuer

      public AttributeCertificateIssuer(X500Name principal)
  • Method Details

    • getNames

      public X500Name[] getNames()
    • clone

      public Object clone()
      Specified by:
      clone in interface Selector
      Overrides:
      clone in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode 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.
      Specified by:
      match in interface Selector
      Parameters:
      obj - the object to be matched.
      Returns:
      true if the object is a match for this selector, false otherwise.