Package org.robovm.apple.security
Class SecAttrKeyType.Marshaler
- java.lang.Object
-
- org.robovm.apple.security.SecAttrKeyType.Marshaler
-
- Enclosing class:
- SecAttrKeyType
public static class SecAttrKeyType.Marshaler extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Marshaler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
toNative(SecAttrKeyType o, long flags)
static SecAttrKeyType
toObject(java.lang.Class<SecAttrKeyType> cls, long handle, long flags)
-
-
-
Method Detail
-
toObject
public static SecAttrKeyType toObject(java.lang.Class<SecAttrKeyType> cls, long handle, long flags)
-
toNative
public static long toNative(SecAttrKeyType o, long flags)
-
-