Uses of Class
org.robovm.apple.security.SecIdentity
| Package | Description |
|---|---|
| org.robovm.apple.foundation | |
| org.robovm.apple.multipeerconnectivity | |
| org.robovm.apple.networkextension | |
| org.robovm.apple.security |
-
Uses of SecIdentity in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return SecIdentity Modifier and Type Method Description SecIdentityNSURLCredential. getIdentity()Methods in org.robovm.apple.foundation with parameters of type SecIdentity Modifier and Type Method Description protected longNSURLCredential. init(SecIdentity identity, List<SecCertificate> certArray, NSURLCredentialPersistence persistence)Constructors in org.robovm.apple.foundation with parameters of type SecIdentity Constructor Description NSURLCredential(SecIdentity identity, List<SecCertificate> certArray, NSURLCredentialPersistence persistence) -
Uses of SecIdentity in org.robovm.apple.multipeerconnectivity
Methods in org.robovm.apple.multipeerconnectivity that return types with arguments of type SecIdentity Modifier and Type Method Description List<SecIdentity>MCSession. getSecurityIdentity()Method parameters in org.robovm.apple.multipeerconnectivity with type arguments of type SecIdentity Modifier and Type Method Description voidMCSessionDelegate. didReceiveCertificate(MCSession session, List<SecIdentity> certificate, MCPeerID peerID, VoidBooleanBlock certificateHandler)voidMCSessionDelegateAdapter. didReceiveCertificate(MCSession session, List<SecIdentity> certificate, MCPeerID peerID, VoidBooleanBlock certificateHandler)protected longMCSession. init(MCPeerID myPeerID, List<SecIdentity> identity, MCEncryptionPreference encryptionPreference)Constructor parameters in org.robovm.apple.multipeerconnectivity with type arguments of type SecIdentity Constructor Description MCSession(MCPeerID myPeerID, List<SecIdentity> identity, MCEncryptionPreference encryptionPreference) -
Uses of SecIdentity in org.robovm.apple.networkextension
Methods in org.robovm.apple.networkextension with parameters of type SecIdentity Modifier and Type Method Description booleanNEHotspotEAPSettings. setIdentity(SecIdentity identity)Method parameters in org.robovm.apple.networkextension with type arguments of type SecIdentity Modifier and Type Method Description voidNWTCPConnectionAuthenticationDelegate. provideIdentityForConnection(NWTCPConnection connection, VoidBlock2<SecIdentity,NSArray<?>> completion)voidNWTCPConnectionAuthenticationDelegateAdapter. provideIdentityForConnection(NWTCPConnection connection, VoidBlock2<SecIdentity,NSArray<?>> completion) -
Uses of SecIdentity in org.robovm.apple.security
Methods in org.robovm.apple.security that return SecIdentity Modifier and Type Method Description SecIdentitySecArcIdentity. copyRef()SecIdentitySecImportItem. getIdentity()Methods in org.robovm.apple.security with parameters of type SecIdentity Modifier and Type Method Description static SecArcIdentitySecArcIdentity. create(SecIdentity identity)static SecArcIdentitySecArcIdentity. createWithCertificates(SecIdentity identity, NSArray certificates)voidSSLContext. setCertificate(SecIdentity identity, SecCertificate... certificates)voidSSLContext. setEncryptionCertificate(SecIdentity identity, SecCertificate... certificates)