Class SecureData

java.lang.Object
com.thingworx.security.encryption.SecureData

@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public final class SecureData extends Object
Though we moved all this logic into the Security Library this class has to be maintained because it has extension API annotations. TW-7844 Added canInstantiate = true. Classes with this comment were affected by the TW-7844 bug fix to remove an undesired default constructor, other classes that did not explicitly set canInstantiate = true were affected and will be further analyzed at another time but presently will be set to canInstantiate = true so not to remove possible functionality from the SDK.