com.lowagie.text.pdf
Class PdfPublicKeyRecipient

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

public class PdfPublicKeyRecipient
extends java.lang.Object


Field Summary
protected  byte[] cms
           
 
Constructor Summary
PdfPublicKeyRecipient(java.security.cert.Certificate certificate, int permission)
           
 
Method Summary
 java.security.cert.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(java.security.cert.Certificate certificate,
                             int permission)
Method Detail

getCertificate

public java.security.cert.Certificate getCertificate()

getPermission

public int getPermission()

setCms

protected void setCms(byte[] cms)

getCms

protected byte[] getCms()


iText 2.1.7