Package org.robovm.apple.security
Class SecValue
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.security.SecValue
public class SecValue extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSecValue.AsListMarshalerstatic classSecValue.Keysstatic classSecValue.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
data -
Constructor Summary
Constructors Constructor Description SecValue() -
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CFType key, Class<T> type)NSDatagetData()NSDatagetPersistentRef()CFTypegetRef()booleanhas(CFType key)SecValueset(CFType key, NativeObject value)SecValuesetData(NSData data)SecValuesetPersistentRef(NSData persistentRef)SecValuesetRef(CFType ref)Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
SecValue
public SecValue()
-
-
Method Details
-
has
-
get
-
set
-
getData
-
setData
-
getRef
-
setRef
-
getPersistentRef
-
setPersistentRef
-