Class BcUtil


  • public class BcUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BcUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static PGPDataDecryptor createDataDecryptor​(boolean withIntegrityPacket, org.bouncycastle.crypto.BlockCipher engine, byte[] key)
      Create a new OpenPGP v4 data decryptor.
      static org.bouncycastle.crypto.BufferedBlockCipher createSymmetricKeyWrapper​(boolean forEncryption, org.bouncycastle.crypto.BlockCipher engine, byte[] key, byte[] iv)  
      • Methods inherited from class java.lang.Object

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

      • BcUtil

        public BcUtil()
    • Method Detail

      • createSymmetricKeyWrapper

        public static org.bouncycastle.crypto.BufferedBlockCipher createSymmetricKeyWrapper​(boolean forEncryption,
                                                                                            org.bouncycastle.crypto.BlockCipher engine,
                                                                                            byte[] key,
                                                                                            byte[] iv)