Uses of Class
org.robovm.apple.security.SecTrust
| Package | Description |
|---|---|
| org.robovm.apple.foundation | |
| org.robovm.apple.networkextension | |
| org.robovm.apple.security | |
| org.robovm.apple.webkit |
-
Uses of SecTrust in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return SecTrust Modifier and Type Method Description SecTrustNSURLError. getFailingURLPeerTrust()SecTrustNSURLProtectionSpace. getServerTrust()Methods in org.robovm.apple.foundation with parameters of type SecTrust Modifier and Type Method Description protected longNSURLCredential. init(SecTrust trust)Constructors in org.robovm.apple.foundation with parameters of type SecTrust Constructor Description NSURLCredential(SecTrust trust) -
Uses of SecTrust in org.robovm.apple.networkextension
Method parameters in org.robovm.apple.networkextension with type arguments of type SecTrust Modifier and Type Method Description voidNWTCPConnectionAuthenticationDelegate. evaluateTrustForConnection(NWTCPConnection connection, NSArray<?> peerCertificateChain, VoidBlock1<SecTrust> completion)voidNWTCPConnectionAuthenticationDelegateAdapter. evaluateTrustForConnection(NWTCPConnection connection, NSArray<?> peerCertificateChain, VoidBlock1<SecTrust> completion) -
Uses of SecTrust in org.robovm.apple.security
Methods in org.robovm.apple.security that return SecTrust Modifier and Type Method Description SecTrustSecArcTrust. copyRef()static SecTrustSecTrust. create(List<SecCertificate> certificates, List<SecPolicy> policies)static SecTrustSecTrust. create(SecCertificate certificate, SecPolicy policy)SecTrustSSLContext. getPeerTrust()SecTrustSecImportItem. getTrust()Methods in org.robovm.apple.security with parameters of type SecTrust Modifier and Type Method Description static SecArcTrustSecArcTrust. create(SecTrust trust)Method parameters in org.robovm.apple.security with type arguments of type SecTrust Modifier and Type Method Description voidSecTrust. evaluateAsync(DispatchQueue queue, VoidBlock2<SecTrust,SecTrustResultType> result)protected OSStatusSecTrust. evaluateAsync0(DispatchQueue queue, VoidBlock2<SecTrust,SecTrustResultType> result)Deprecated.Deprecated in iOS 13.0.OSStatusSecTrust. evaluateAsyncWithError(DispatchQueue queue, VoidBlock3<SecTrust,Boolean,NSError> result) -
Uses of SecTrust in org.robovm.apple.webkit
Methods in org.robovm.apple.webkit that return SecTrust Modifier and Type Method Description SecTrustWKWebView. getServerTrust()