Uses of Class
net.webpdf.wsclient.schema.operation.PdfEncryptionKeyType
-
Packages that use PdfEncryptionKeyType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of PdfEncryptionKeyType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as PdfEncryptionKeyType Modifier and Type Field Description protected PdfEncryptionKeyTypeEncryptCertificateType. encryptionKey<?protected PdfEncryptionKeyTypeEncryptType.Password. encryptionKey<?Methods in net.webpdf.wsclient.schema.operation that return PdfEncryptionKeyType Modifier and Type Method Description static PdfEncryptionKeyTypePdfEncryptionKeyType. fromValue(String v)Gets the enum associated to the value passed as parameter.PdfEncryptionKeyTypeEncryptCertificateType. getEncryptionKey()<?PdfEncryptionKeyTypeEncryptType.Password. getEncryptionKey()<?static PdfEncryptionKeyTypePdfEncryptionKeyType. valueOf(String name)Returns the enum constant of this type with the specified name.static PdfEncryptionKeyType[]PdfEncryptionKeyType. 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 PdfEncryptionKeyType Modifier and Type Method Description voidEncryptCertificateType. setEncryptionKey(PdfEncryptionKeyType value)Sets the value of the encryptionKey property.voidEncryptType.Password. setEncryptionKey(PdfEncryptionKeyType value)Sets the value of the encryptionKey property.
-