Uses of Class
net.webpdf.wsclient.openapi.OperationPasswordEncrypt.EncryptionKeyEnum
-
Packages that use OperationPasswordEncrypt.EncryptionKeyEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationPasswordEncrypt.EncryptionKeyEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationPasswordEncrypt.EncryptionKeyEnum Modifier and Type Method Description static OperationPasswordEncrypt.EncryptionKeyEnumOperationPasswordEncrypt.EncryptionKeyEnum. fromValue(String value)@Nullable OperationPasswordEncrypt.EncryptionKeyEnumOperationPasswordEncrypt. getEncryptionKey()Sets the encryption level for the documentstatic OperationPasswordEncrypt.EncryptionKeyEnumOperationPasswordEncrypt.EncryptionKeyEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationPasswordEncrypt.EncryptionKeyEnum[]OperationPasswordEncrypt.EncryptionKeyEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi with parameters of type OperationPasswordEncrypt.EncryptionKeyEnum Modifier and Type Method Description OperationPasswordEncryptOperationPasswordEncrypt. encryptionKey(OperationPasswordEncrypt.EncryptionKeyEnum encryptionKey)voidOperationPasswordEncrypt. setEncryptionKey(OperationPasswordEncrypt.EncryptionKeyEnum encryptionKey)
-