fluid-pdf
0.20.0
jvm
fluid-pdf
/
io.fluidsonic.pdf
/
PdfEncryption
Pdf
Encryption
data
class
PdfEncryption
(
val
ownerPassword
:
String
,
val
permissions
:
PdfPermissions
,
val
userPassword
:
String
?
=
null
)
Members
Constructors
Pdf
Encryption
Link copied to clipboard
constructor
(
ownerPassword
:
String
,
permissions
:
PdfPermissions
,
userPassword
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
owner
Password
Link copied to clipboard
val
ownerPassword
:
String
permissions
Link copied to clipboard
val
permissions
:
PdfPermissions
user
Password
Link copied to clipboard
val
userPassword
:
String
?
=
null