Class SecMatch

    • Constructor Detail

      • SecMatch

        public SecMatch()
    • Method Detail

      • has

        public boolean has​(CFType key)
      • get

        public <T extends org.robovm.rt.bro.NativeObject> T get​(CFType key,
                                                                java.lang.Class<T> type)
      • set

        public SecMatch set​(CFType key,
                            org.robovm.rt.bro.NativeObject value)
      • getPolicy

        public SecPolicy getPolicy()
        Since:
        Available in iOS 2.0 and later.
      • setPolicy

        public SecMatch setPolicy​(SecPolicy policy)
        Since:
        Available in iOS 2.0 and later.
      • getIssuers

        public NSArray<NSData> getIssuers()
        Since:
        Available in iOS 2.0 and later.
      • setIssuers

        public SecMatch setIssuers​(NSArray<NSData> issuers)
        Since:
        Available in iOS 2.0 and later.
      • getEmailAddressIfPresent

        public java.lang.String getEmailAddressIfPresent()
        Since:
        Available in iOS 2.0 and later.
      • setEmailAddressIfPresent

        public SecMatch setEmailAddressIfPresent​(java.lang.String emailAddressIfPresent)
        Since:
        Available in iOS 2.0 and later.
      • getSubjectContains

        public java.lang.String getSubjectContains()
        Since:
        Available in iOS 2.0 and later.
      • setSubjectContains

        public SecMatch setSubjectContains​(java.lang.String subjectContains)
        Since:
        Available in iOS 2.0 and later.
      • isCaseInsensitive

        public boolean isCaseInsensitive()
        Since:
        Available in iOS 2.0 and later.
      • setCaseInsensitive

        public SecMatch setCaseInsensitive​(boolean caseInsensitive)
        Since:
        Available in iOS 2.0 and later.
      • isTrustedOnly

        public boolean isTrustedOnly()
        Since:
        Available in iOS 2.0 and later.
      • setTrustedOnly

        public SecMatch setTrustedOnly​(boolean trustedOnly)
        Since:
        Available in iOS 2.0 and later.
      • getValidOnDate

        public NSDate getValidOnDate()
        Since:
        Available in iOS 2.0 and later.
      • setValidOnDate

        public SecMatch setValidOnDate​(NSDate validOnDate)
        Since:
        Available in iOS 2.0 and later.
      • getLimit

        public SecMatchLimit getLimit()
        Since:
        Available in iOS 2.0 and later.