Uses of Class
org.robovm.apple.security.SecCertificate
| Package | Description |
|---|---|
| org.robovm.apple.cryptotokenkit | |
| org.robovm.apple.foundation | |
| org.robovm.apple.security | |
| org.robovm.apple.webkit |
-
Uses of SecCertificate in org.robovm.apple.cryptotokenkit
Methods in org.robovm.apple.cryptotokenkit with parameters of type SecCertificate Modifier and Type Method Description protected longTKTokenKeychainCertificate. init(SecCertificate certificateRef, NSObject objectID)protected longTKTokenKeychainKey. init(SecCertificate certificateRef, NSObject objectID)Constructors in org.robovm.apple.cryptotokenkit with parameters of type SecCertificate Constructor Description TKTokenKeychainCertificate(SecCertificate certificateRef, NSObject objectID)TKTokenKeychainKey(SecCertificate certificateRef, NSObject objectID) -
Uses of SecCertificate in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return types with arguments of type SecCertificate Modifier and Type Method Description List<SecCertificate>NSURLCredential. getCertificates()Method parameters in org.robovm.apple.foundation with type arguments of type SecCertificate Modifier and Type Method Description protected longNSURLCredential. init(SecIdentity identity, List<SecCertificate> certArray, NSURLCredentialPersistence persistence)Constructor parameters in org.robovm.apple.foundation with type arguments of type SecCertificate Constructor Description NSURLCredential(SecIdentity identity, List<SecCertificate> certArray, NSURLCredentialPersistence persistence) -
Uses of SecCertificate in org.robovm.apple.security
Methods in org.robovm.apple.security that return SecCertificate Modifier and Type Method Description SecCertificateSecArcCertificate. copyRef()static SecCertificateSecCertificate. create(CFAllocator allocator, NSData data)SecCertificateSecIdentity. getCertificate()SecCertificateSecTrust. getCertificate(long ix)Deprecated.Deprecated in iOS 15.0.Methods in org.robovm.apple.security that return types with arguments of type SecCertificate Modifier and Type Method Description List<SecCertificate>SecImportItem. getCertChain()List<SecCertificate>SecTrust. getCustomAnchorCertificates()Methods in org.robovm.apple.security with parameters of type SecCertificate Modifier and Type Method Description static SecArcCertificateSecArcCertificate. create(SecCertificate certificate)static SecTrustSecTrust. create(SecCertificate certificate, SecPolicy policy)voidSSLContext. setCertificate(SecIdentity identity, SecCertificate... certificates)voidSSLContext. setEncryptionCertificate(SecIdentity identity, SecCertificate... certificates)Method parameters in org.robovm.apple.security with type arguments of type SecCertificate Modifier and Type Method Description static SecTrustSecTrust. create(List<SecCertificate> certificates, List<SecPolicy> policies)voidSecTrust. setAnchorCertificates(List<SecCertificate> anchorCertificates)protected OSStatusSecTrust. setAnchorCertificates0(List<SecCertificate> anchorCertificates) -
Uses of SecCertificate in org.robovm.apple.webkit
Methods in org.robovm.apple.webkit that return types with arguments of type SecCertificate Modifier and Type Method Description List<SecCertificate>WKWebView. getCertificateChain()Deprecated.Deprecated in iOS 10.0.