AddEventListener
addEventListener()
is a common BrightSign method that is used to listen for an event.
Syntax:
target.addEventListener(type, listener);
[string] type:
The type of event[function] listener:
The event listener?
RemoveEventListener
removeEventListener()
is a common BrightSign method that is used to remove an event listener.
Syntax:
target.removeEventListener(type, listener);
[string] type:
The type of event[function] listener:
The event listener?
Reserved Methods:
The following methods are reserved for BrightSign use only:
checkPassword()
getDigestHash()
toJSON()