- java.lang.Object
-
- com.itextpdf.text.pdf.PdfPublicKeySecurityHandler
-
public class PdfPublicKeySecurityHandler extends java.lang.Object- Author:
- Aiken Sam (aikensam@ieee.org)
-
-
Constructor Summary
Constructors Constructor Description PdfPublicKeySecurityHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddRecipient(PdfPublicKeyRecipient recipient)byte[]getEncodedRecipient(int index)PdfArraygetEncodedRecipients()intgetRecipientsSize()protected byte[]getSeed()
-
-
-
Method Detail
-
addRecipient
public void addRecipient(PdfPublicKeyRecipient recipient)
-
getSeed
protected byte[] getSeed()
-
getRecipientsSize
public int getRecipientsSize()
-
getEncodedRecipient
public byte[] getEncodedRecipient(int index) throws java.io.IOException, java.security.GeneralSecurityException- Throws:
java.io.IOExceptionjava.security.GeneralSecurityException
-
getEncodedRecipients
public PdfArray getEncodedRecipients() throws java.io.IOException, java.security.GeneralSecurityException
- Throws:
java.io.IOExceptionjava.security.GeneralSecurityException
-
-