Uses of Class
org.robovm.apple.security.SecKeyParameters
| Package | Description |
|---|---|
| org.robovm.apple.security |
-
Uses of SecKeyParameters in org.robovm.apple.security
Methods in org.robovm.apple.security that return SecKeyParameters Modifier and Type Method Description SecKeyParametersSecKeyParameters. set(CFType key, NativeObject value)SecKeyParametersSecKeyParameters. setPrivateAttributes(SecAttributes privateAttributes)SecKeyParametersSecKeyParameters. setPublicAttributes(SecAttributes publicAttributes)static SecKeyParametersSecKeyParameters.Marshaler. toObject(Class<SecKeyParameters> cls, long handle, long flags)Methods in org.robovm.apple.security that return types with arguments of type SecKeyParameters Modifier and Type Method Description static List<SecKeyParameters>SecKeyParameters.AsListMarshaler. toObject(Class<? extends CFType> cls, long handle, long flags)Methods in org.robovm.apple.security with parameters of type SecKeyParameters Modifier and Type Method Description static voidSecKey. generatePair(SecKeyParameters parameters, SecKey.SecKeyPtr publicKey, SecKey.SecKeyPtr privateKey)static voidSecKey. generatePair(SecKeyParameters parameters, VoidBlock2<SecKey,SecKey> result)protected static OSStatusSecKey. generatePair0(SecKeyParameters parameters, SecKey.SecKeyPtr publicKey, SecKey.SecKeyPtr privateKey)Deprecated.Deprecated in iOS 15.0.static longSecKeyParameters.Marshaler. toNative(SecKeyParameters o, long flags)Method parameters in org.robovm.apple.security with type arguments of type SecKeyParameters Modifier and Type Method Description static longSecKeyParameters.AsListMarshaler. toNative(List<SecKeyParameters> l, long flags)static SecKeyParametersSecKeyParameters.Marshaler. toObject(Class<SecKeyParameters> cls, long handle, long flags)