Class BouncyCastleHelper


  • public class BouncyCastleHelper
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void checkCertificateEncodingOrThrowException​(java.security.cert.Certificate certificate)  
      static byte[] getEnvelopedData​(PdfArray recipients, java.util.List<PdfObject> strings, java.security.cert.Certificate certificate, java.security.Key certificateKey, java.lang.String certificateKeyProvider)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BouncyCastleHelper

        public BouncyCastleHelper()
    • Method Detail

      • checkCertificateEncodingOrThrowException

        public static void checkCertificateEncodingOrThrowException​(java.security.cert.Certificate certificate)
      • getEnvelopedData

        public static byte[] getEnvelopedData​(PdfArray recipients,
                                              java.util.List<PdfObject> strings,
                                              java.security.cert.Certificate certificate,
                                              java.security.Key certificateKey,
                                              java.lang.String certificateKeyProvider)