Class AttributeCertificateIssuer

  • All Implemented Interfaces:
    io.anyline.nfc.bouncycastle.util.Selector , java.lang.Cloneable

    
    public class AttributeCertificateIssuer
     implements Selector<T>
                        

    Carrying class for an attribute certificate issuer.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Array<X500Name> getNames()
      Object clone()
      boolean equals(Object obj)
      int hashCode()
      boolean match(Object obj) Match the passed in object, returning true if it would be selected by this selector, false otherwise.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AttributeCertificateIssuer

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

        AttributeCertificateIssuer(X500Name principal)
    • Method Detail

      • match

         boolean match(Object obj)

        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.