Package org.robovm.apple.security
Class SecCredential
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.security.SecCredential
public class SecCredential extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSecCredential.AsListMarshalerstatic classSecCredential.Keysstatic classSecCredential.Marshaler -
Field Summary
-
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CFType key, Class<T> type)StringgetAccount()StringgetPassword()intgetPort()StringgetServer()booleanhas(CFType key)Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Method Details
-
has
-
get
-
getPassword
-
getServer
- Since:
- Available in iOS 8.0 and later.
-
getAccount
- Since:
- Available in iOS 8.0 and later.
-
getPort
public int getPort()- Since:
- Available in iOS 8.0 and later.
-