Package org.robovm.apple.security
Class SecQuery
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.security.SecQuery
public class SecQuery extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSecQuery.AsListMarshalerstatic classSecQuery.Keysstatic classSecQuery.Marshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description SecQuery() -
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CFType key, Class<T> type)SecAttributesgetAttributes()SecClassgetClassType()SecMatchgetMatch()SecReturngetReturn()SecValuegetValue()booleanhas(CFType key)SecQueryset(CFType key, NativeObject value)SecQuerysetAttributes(SecAttributes attributes)SecQuerysetClassType(SecClass classType)SecQuerysetMatch(SecMatch match)SecQuerysetReturn(SecReturn returnOpts)SecQuerysetValue(SecValue value)Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
SecQuery
public SecQuery()
-
-
Method Details