public class Recipient extends Object implements Serializable
Constructor and Description |
---|
Recipient()
A constructor that creates a
Recipient object. |
Modifier and Type | Method and Description |
---|---|
String |
getAlias()
Retrieves a string value that specifies an alias value that corresponds to
the certifiicate used to encrypt a PDF document.
|
File |
getX509Cert()
Retrieves the certificate used to encrypt a PDF document.
|
void |
setAlias(String alias)
Sets the alias value that corresponds to the certifiicate used to encrypt a PDF document.
|
void |
setX509Cert(File cert)
Sets the certificate used to encrypt a PDF document.
|
String |
toString() |
public String getAlias()
public void setAlias(String alias)
alias
- A string value that specifies an alias value.public File getX509Cert()
File
object that contains the certificate used to encrypt a PDF document.public void setX509Cert(File cert)
cert
- A File
object that contains the certificate used to encrypt a PDF document.Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.