Uses of Enum
com.dynamicpdf.api.EncryptDocumentComponents
Packages that use EncryptDocumentComponents
- 
Uses of EncryptDocumentComponents in com.dynamicpdf.api
Methods in com.dynamicpdf.api that return EncryptDocumentComponentsModifier and TypeMethodDescriptionAes128Security.getDocumentComponents()Gets theEncryptDocumentComponents, components of the document to be encrypted.Aes256Security.getDocumentComponents()Gets or sets theEncryptDocumentComponents, components of the document to be encrypted.static EncryptDocumentComponentsReturns the enum constant of this type with the specified name.static EncryptDocumentComponents[]EncryptDocumentComponents.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.dynamicpdf.api with parameters of type EncryptDocumentComponentsModifier and TypeMethodDescriptionvoidAes128Security.setDocumentComponents(EncryptDocumentComponents value)Sets theEncryptDocumentComponents, components of the document to be encrypted.voidAes256Security.setDocumentComponents(EncryptDocumentComponents value)Sets or sets theEncryptDocumentComponents, components of the document to be encrypted.