A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
encryptAndSendData(data:flash.utils:ByteArray) — method, class com.adobe.photoshop.connection.PhotoshopConnection
Will both encrypt and send data to Photoshop.
encryptData(data:flash.utils:ByteArray) — method, class com.adobe.photoshop.connection.PhotoshopConnection
Encrypts data such that Photoshop will be able to decrypt it.
ENCRYPTION_FAILED — Constant Static Property, class com.adobe.photoshop.events.PhotoshopEvent
Dispatched if encryption or key derivation should fail
EncryptionFailedEvent — Event, class com.adobe.photoshop.connection.PhotoshopConnection
Dispatched should encryption or key derivation fail (or if initializing encryption from a provided key fails)
encryptionSuccess — Event, class com.adobe.photoshop.connection.PhotoshopConnection
Dispatched when the key has been encrypted, and the connection is ready to send and receive data.
ENCRYPTION_SUCCESS — Constant Static Property, class com.adobe.photoshop.events.PhotoshopEvent
Dispatched after encryption has been successfully initialized
ERROR — Constant Static Property, class com.adobe.photoshop.events.PhotoshopEvent
ErrorEvent is dispatched in the case of an error.
ErrorEvent — Event, class com.adobe.photoshop.connection.PhotoshopConnection
Dispatched when there's been an error in either data transfer, encryption, or connection management.
ERROR_MESSAGE_RECEIVED — Constant Static Property, class com.adobe.photoshop.events.PhotoshopMessageEvent
Dispatched when a Message has been received, but it contains information indicating that there's been an error
ErrorMessageReceivedEvent — Event, class com.adobe.photoshop.connection.PhotoshopConnection
Dispatched when an error message is received from Photoshop.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z