- java.lang.Object
-
- com.lowagie.bouncycastle.BouncyCastleHelper
-
public class BouncyCastleHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description BouncyCastleHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcheckCertificateEncodingOrThrowException(Certificate certificate)static byte[]getEnvelopedData(PdfArray recipients, List<PdfObject> strings, Certificate certificate, Key certificateKey, String certificateKeyProvider)
-
-
-
Method Detail
-
checkCertificateEncodingOrThrowException
public static void checkCertificateEncodingOrThrowException(Certificate certificate)
-
-