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
-
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