Uses of Class
net.webpdf.wsclient.openapi.MetadataPassword.KeyAlgorithmEnum
-
Packages that use MetadataPassword.KeyAlgorithmEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of MetadataPassword.KeyAlgorithmEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return MetadataPassword.KeyAlgorithmEnum Modifier and Type Method Description static MetadataPassword.KeyAlgorithmEnumMetadataPassword.KeyAlgorithmEnum. fromValue(String value)@Nullable MetadataPassword.KeyAlgorithmEnumMetadataPassword. getKeyAlgorithm()The algorithm used for encryptionstatic MetadataPassword.KeyAlgorithmEnumMetadataPassword.KeyAlgorithmEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static MetadataPassword.KeyAlgorithmEnum[]MetadataPassword.KeyAlgorithmEnum. 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 MetadataPassword.KeyAlgorithmEnum Modifier and Type Method Description MetadataPasswordMetadataPassword. keyAlgorithm(MetadataPassword.KeyAlgorithmEnum keyAlgorithm)voidMetadataPassword. setKeyAlgorithm(MetadataPassword.KeyAlgorithmEnum keyAlgorithm)
-