com.itextpdf.text.pdf
Class PdfPublicKeyRecipient

java.lang.Object
  extended by com.itextpdf.text.pdf.PdfPublicKeyRecipient

public class PdfPublicKeyRecipient
extends Object


Field Summary
protected  byte[] cms
           
 
Constructor Summary
PdfPublicKeyRecipient(Certificate certificate, int permission)
           
 
Method Summary
 Certificate getCertificate()
           
protected  byte[] getCms()
           
 int getPermission()
           
protected  void setCms(byte[] cms)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cms

protected byte[] cms
Constructor Detail

PdfPublicKeyRecipient

public PdfPublicKeyRecipient(Certificate certificate,
                             int permission)
Method Detail

getCertificate

public Certificate getCertificate()

getPermission

public int getPermission()

setCms

protected void setCms(byte[] cms)

getCms

protected byte[] getCms()


Copyright © 2013. All Rights Reserved.