DocumentLicense.encrypt Method¶
Module: DocumentLicense
Definition¶
Encrypt a license from XML source.
public static byte[] encrypt(String magicCode, String src) throws DocumentException
Parameters
magicCodeStringin Access key.srcStringin XML source.
Returns
byte[]Encrypted license data.
Exceptions
An error has occurred during Document Library execution.