public class PublicKeyRecipient extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected byte[] |
cms |
Constructor and Description |
---|
PublicKeyRecipient(Certificate certificate, int permission) |
Modifier and Type | Method and Description |
---|---|
Certificate |
getCertificate() |
protected byte[] |
getCms() |
int |
getPermission() |
protected void |
setCms(byte[] cms) |
public PublicKeyRecipient(Certificate certificate, int permission)
public Certificate getCertificate()
public int getPermission()
protected void setCms(byte[] cms)
protected byte[] getCms()
Copyright © 1998–2018 iText Group NV. All rights reserved.