com.itextpdf.text.pdf
Class PdfPublicKeySecurityHandler

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

public class PdfPublicKeySecurityHandler
extends Object

Author:
Aiken Sam (aikensam@ieee.org)

Constructor Summary
PdfPublicKeySecurityHandler()
           
 
Method Summary
 void addRecipient(PdfPublicKeyRecipient recipient)
           
 byte[] getEncodedRecipient(int index)
           
 PdfArray getEncodedRecipients()
           
 int getRecipientsSize()
           
protected  byte[] getSeed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdfPublicKeySecurityHandler

public PdfPublicKeySecurityHandler()
Method Detail

addRecipient

public void addRecipient(PdfPublicKeyRecipient recipient)

getSeed

protected byte[] getSeed()

getRecipientsSize

public int getRecipientsSize()

getEncodedRecipient

public byte[] getEncodedRecipient(int index)
                           throws IOException,
                                  GeneralSecurityException
Throws:
IOException
GeneralSecurityException

getEncodedRecipients

public PdfArray getEncodedRecipients()
                              throws IOException,
                                     GeneralSecurityException
Throws:
IOException
GeneralSecurityException


Copyright © 2013. All Rights Reserved.