Package org.robovm.apple.security
Class SecKeyParameters.AsListMarshaler
java.lang.Object
org.robovm.apple.security.SecKeyParameters.AsListMarshaler
- Enclosing class:
- SecKeyParameters
public static class SecKeyParameters.AsListMarshaler extends Object
-
Constructor Summary
Constructors Constructor Description AsListMarshaler() -
Method Summary
Modifier and Type Method Description static longtoNative(List<SecKeyParameters> l, long flags)static List<SecKeyParameters>toObject(Class<? extends CFType> cls, long handle, long flags)
-
Constructor Details
-
AsListMarshaler
public AsListMarshaler()
-
-
Method Details