Package org.robovm.apple.security
Class SecImportItem
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.security.SecImportItem
public class SecImportItem extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSecImportItem.AsListMarshalerstatic classSecImportItem.Keysstatic classSecImportItem.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
data -
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CFString key, Class<T> type)List<SecCertificate>getCertChain()SecIdentitygetIdentity()NSDatagetKeyID()StringgetLabel()SecTrustgetTrust()booleanhas(CFString key)Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Method Details
-
has
-
get
-
getLabel
-
getKeyID
-
getTrust
-
getCertChain
-
getIdentity
-