Package com.lowagie.text.pdf
Class PdfPublicKeySecurityHandler
java.lang.Object
com.lowagie.text.pdf.PdfPublicKeySecurityHandler
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<PdfPublicKeyRecipient>Deprecated.private byte[]Deprecated.(package private) static final intDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRecipient(PdfPublicKeyRecipient recipient) Deprecated.private org.bouncycastle.asn1.cms.KeyTransRecipientInfocomputeRecipientInfo(X509Certificate x509certificate, byte[] abyte0) Deprecated.private org.bouncycastle.asn1.ASN1PrimitivecreateDERForRecipient(byte[] in, X509Certificate cert) Deprecated.byte[]getEncodedRecipient(int index) Deprecated.Deprecated.intDeprecated.protected byte[]getSeed()Deprecated.
-
Field Details
-
SEED_LENGTH
static final int SEED_LENGTHDeprecated.- See Also:
-
recipients
Deprecated. -
seed
private byte[] seedDeprecated.
-
-
Constructor Details
-
PdfPublicKeySecurityHandler
public PdfPublicKeySecurityHandler()Deprecated.
-
-
Method Details
-
addRecipient
Deprecated. -
getSeed
protected byte[] getSeed()Deprecated. -
getRecipientsSize
public int getRecipientsSize()Deprecated. -
getEncodedRecipient
Deprecated.- Throws:
IOExceptionGeneralSecurityException
-
getEncodedRecipients
Deprecated.- Throws:
IOException
-
createDERForRecipient
private org.bouncycastle.asn1.ASN1Primitive createDERForRecipient(byte[] in, X509Certificate cert) throws IOException, GeneralSecurityException Deprecated.- Throws:
IOExceptionGeneralSecurityException
-
computeRecipientInfo
private org.bouncycastle.asn1.cms.KeyTransRecipientInfo computeRecipientInfo(X509Certificate x509certificate, byte[] abyte0) throws GeneralSecurityException, IOException Deprecated.- Throws:
GeneralSecurityExceptionIOException
-