com.adobe.livecycle.encryption.client
Class EncryptionTypeResult

java.lang.Object
  extended by com.adobe.livecycle.encryption.client.EncryptionTypeResult
All Implemented Interfaces:
java.io.Serializable

public class EncryptionTypeResult
extends java.lang.Object
implements java.io.Serializable

Represents the type of encryption that is used to secure a PDF document. An object of this type is returned by the EncryptionServiceClient object's getPDFEncryption() method.

The following are valid encryption type values:

To see an object of this type used in a code example, see the Determining encryption type using the Java API quick start in Programming with LiveCycle ES4.

See Also:
Serialized Form

Field Summary
 EncryptionType encryptionType
          Specifies the encryption type.
 
Constructor Summary
EncryptionTypeResult()
           
 
Method Summary
 EncryptionType getEncryptionType()
          Returns the type of encryption that is securing the document.
 void setEncryptionType(EncryptionType encryptionType)
          For internal use only.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

encryptionType

public EncryptionType encryptionType
Specifies the encryption type.

Constructor Detail

EncryptionTypeResult

public EncryptionTypeResult()
Method Detail

getEncryptionType

public EncryptionType getEncryptionType()
Returns the type of encryption that is securing the document. To see this method used in a code example, see the Determining encryption type using the Java API quick start in Programming with LiveCycle ES4.

Returns:
An EncryptionType enumeration value that represents the encryption type.

setEncryptionType

public void setEncryptionType(EncryptionType encryptionType)
For internal use only.



[an error occurred while processing this directive] [an error occurred while processing this directive]