Home | History | Annotate | Download | only in util

Lines Matching defs:getUnderlyingCipher

172         this.baseEngine = engine.getUnderlyingCipher();
182 this.baseEngine = engine.getUnderlyingCipher();
202 baseEngine = engine.getUnderlyingCipher();
265 String name = cipher.getUnderlyingCipher().getAlgorithmName();
448 cipher = new BufferedGenericBlockCipher(new BufferedBlockCipher(cipher.getUnderlyingCipher()));
453 cipher = new BufferedGenericBlockCipher(new CTSBlockCipher(cipher.getUnderlyingCipher()));
465 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher());
469 getUnderlyingCipher(), new ZeroBytePadding());
473 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new ISO10126d2Padding());
477 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new X923Padding());
481 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new ISO7816d4Padding());
485 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new TBCPadding());
656 param = PBE.Util.makePBEParameters(k, params, cipher.getUnderlyingCipher().getAlgorithmName());
902 else if (cipher.getUnderlyingCipher().getAlgorithmName().indexOf("PGPCFB") < 0)
1244 public org.bouncycastle.crypto.BlockCipher getUnderlyingCipher();
1296 return cipher.getUnderlyingCipher().getAlgorithmName();
1299 public org.bouncycastle.crypto.BlockCipher getUnderlyingCipher()
1301 return cipher.getUnderlyingCipher();
1386 return cipher.getUnderlyingCipher().getAlgorithmName();
1394 public org.bouncycastle.crypto.BlockCipher getUnderlyingCipher()
1396 return cipher.getUnderlyingCipher();