public class PdfPublicKeyRecipient
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.security.cert.Certificate |
certificate |
protected byte[] |
cms |
private int |
permission |
Constructor and Description |
---|
PdfPublicKeyRecipient(java.security.cert.Certificate certificate,
int permission) |
Modifier and Type | Method and Description |
---|---|
java.security.cert.Certificate |
getCertificate() |
protected byte[] |
getCms() |
int |
getPermission() |
protected void |
setCms(byte[] cms) |