DevicesLicense.encrypt Method

Module: DevicesLicense

Definition

Encrypt a license from XML source.

public static byte[] encrypt(String magicCode, String src) throws DevicesException

Parameters

magicCode String
in Access key.

src String
in XML source.

Returns

byte[]
Encrypted license data.

Exceptions

An error has occurred during Devices Library execution.