Package org.robovm.apple.security
Class SecReturn
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.security.SecReturn
public class SecReturn extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSecReturn.AsListMarshalerstatic classSecReturn.Keysstatic classSecReturn.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
data -
Constructor Summary
Constructors Constructor Description SecReturn() -
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CFType key, Class<T> type)booleanhas(CFType key)SecReturnset(CFType key, NativeObject value)SecReturnsetShouldReturnAttributes(boolean shouldReturnAttributes)SecReturnsetShouldReturnData(boolean shouldReturnData)SecReturnsetShouldReturnPersistent(boolean shouldReturnPersistent)SecReturnsetShouldReturnReference(boolean shouldReturnReference)booleanshouldReturnAttributes()booleanshouldReturnData()booleanshouldReturnPersistent()booleanshouldReturnReference()Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
SecReturn
public SecReturn()
-
-
Method Details
-
has
-
get
-
set
-
shouldReturnData
public boolean shouldReturnData() -
setShouldReturnData
-
shouldReturnAttributes
public boolean shouldReturnAttributes() -
setShouldReturnAttributes
-
shouldReturnReference
public boolean shouldReturnReference() -
setShouldReturnReference
-
shouldReturnPersistent
public boolean shouldReturnPersistent() -
setShouldReturnPersistent
-