Class SecTrustResult

    • 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)
      • getEvaluationDate

        public NSDate getEvaluationDate()
        Since:
        Available in iOS 7.0 and later.
      • isExtendedValidation

        public boolean isExtendedValidation()
        Since:
        Available in iOS 7.0 and later.
      • getOrganizationName

        public java.lang.String getOrganizationName()
        Since:
        Available in iOS 7.0 and later.
      • getResultValue

        public SecTrustResultType getResultValue()
        Since:
        Available in iOS 7.0 and later.
      • isRevocationChecked

        public boolean isRevocationChecked()
        Since:
        Available in iOS 7.0 and later.
      • getRevocationValidUntilDate

        public NSDate getRevocationValidUntilDate()
        Since:
        Available in iOS 7.0 and later.