Package com.adobe.internal.io
Class ByteWriterFactory.EncryptionStatus
java.lang.Object
com.adobe.internal.io.ByteWriterFactory.EncryptionStatus
- Enclosing interface:
ByteWriterFactory
An enumeration for the encryptioni status of data to placed in a requested instance.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ByteWriterFactory.EncryptionStatusData is not encrypted nor is it decrypted.static final ByteWriterFactory.EncryptionStatusData is decrypted.static final ByteWriterFactory.EncryptionStatusData is encrypted. -
Method Summary
-
Field Details
-
CLEAR
Data is not encrypted nor is it decrypted. -
ENCRYPTED
Data is encrypted. -
DECRYPTED
Data is decrypted.
-
-
Method Details
-
name
Get the name of the generic family.- Returns:
- the name of the generic family
-
parse
-
getId
public int getId()
-