Package org.robovm.apple.security
Class SecKeyParameters
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.security.SecKeyParameters
public class SecKeyParameters extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSecKeyParameters.AsListMarshalerstatic classSecKeyParameters.Keysstatic classSecKeyParameters.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
data -
Constructor Summary
Constructors Constructor Description SecKeyParameters() -
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CFType key, Class<T> type)SecAttributesgetPrivateAttributes()SecAttributesgetPublicAttributes()booleanhas(CFType key)SecKeyParametersset(CFType key, NativeObject value)SecKeyParameterssetPrivateAttributes(SecAttributes privateAttributes)SecKeyParameterssetPublicAttributes(SecAttributes publicAttributes)Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
SecKeyParameters
public SecKeyParameters()
-
-
Method Details
-
has
-
get
-
set
-
getPrivateAttributes
-
setPrivateAttributes
-
getPublicAttributes
-
setPublicAttributes
-