Class BouncyCastleHelper

java.lang.Object
com.lowagie.bouncycastle.BouncyCastleHelper

public class BouncyCastleHelper extends Object
  • Constructor Details

    • BouncyCastleHelper

      public BouncyCastleHelper()
  • Method Details

    • checkCertificateEncodingOrThrowException

      public static void checkCertificateEncodingOrThrowException(Certificate certificate)
    • getEnvelopedData

      public static byte[] getEnvelopedData(PdfArray recipients, List<PdfObject> strings, Certificate certificate, Key certificateKey, String certificateKeyProvider)