Uses of Class
net.webpdf.wsclient.schema.operation.PdfContentEncryptionType
-
Packages that use PdfContentEncryptionType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of PdfContentEncryptionType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as PdfContentEncryptionType Modifier and Type Field Description protected PdfContentEncryptionTypeEncryptCertificateType. contentEncryptionprotected PdfContentEncryptionTypeEncryptType. contentEncryptionMethods in net.webpdf.wsclient.schema.operation that return PdfContentEncryptionType Modifier and Type Method Description static PdfContentEncryptionTypePdfContentEncryptionType. fromValue(String v)PdfContentEncryptionTypeEncryptCertificateType. getContentEncryption()Gets the value of the contentEncryption property.PdfContentEncryptionTypeEncryptType. getContentEncryption()Gets the value of the contentEncryption property.static PdfContentEncryptionTypePdfContentEncryptionType. valueOf(String name)Returns the enum constant of this type with the specified name.static PdfContentEncryptionType[]PdfContentEncryptionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.operation with parameters of type PdfContentEncryptionType Modifier and Type Method Description voidEncryptCertificateType. setContentEncryption(PdfContentEncryptionType value)Sets the value of the contentEncryption property.voidEncryptType. setContentEncryption(PdfContentEncryptionType value)Sets the value of the contentEncryption property.
-