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. encryptionKeyprotected PdfEncryptionKeyTypeEncryptType.Password. encryptionKeyMethods in net.webpdf.wsclient.schema.operation that return PdfEncryptionKeyType Modifier and Type Method Description static PdfEncryptionKeyTypePdfEncryptionKeyType. fromValue(String v)PdfEncryptionKeyTypeEncryptCertificateType. getEncryptionKey()Gets the value of the encryptionKey property.PdfEncryptionKeyTypeEncryptType.Password. getEncryptionKey()Gets the value of the encryptionKey property.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.
-