Uses of Class
org.robovm.apple.security.SecQuery
| Package | Description |
|---|---|
| org.robovm.apple.security |
-
Uses of SecQuery in org.robovm.apple.security
Methods in org.robovm.apple.security that return SecQuery Modifier and Type Method Description SecQuerySecQuery. set(CFType key, NativeObject value)SecQuerySecQuery. setAttributes(SecAttributes attributes)SecQuerySecQuery. setClassType(SecClass classType)SecQuerySecQuery. setMatch(SecMatch match)SecQuerySecQuery. setReturn(SecReturn returnOpts)SecQuerySecQuery. setValue(SecValue value)static SecQuerySecQuery.Marshaler. toObject(Class<SecQuery> cls, long handle, long flags)Methods in org.robovm.apple.security that return types with arguments of type SecQuery Modifier and Type Method Description static List<SecQuery>SecQuery.AsListMarshaler. toObject(Class<? extends CFType> cls, long handle, long flags)Methods in org.robovm.apple.security with parameters of type SecQuery Modifier and Type Method Description static voidSecItem. delete(SecQuery query)protected static OSStatusSecItem. delete0(SecQuery query)static CFTypeSecItem. getMatching(SecQuery query)protected static OSStatusSecItem. getMatching0(SecQuery query, CFType.CFTypePtr result)static longSecQuery.Marshaler. toNative(SecQuery o, long flags)static voidSecItem. update(SecQuery query, SecAttributes attributesToUpdate)protected static OSStatusSecItem. update0(SecQuery query, SecAttributes attributesToUpdate)