Searched refs:getUnderlyingCipher (Results 1 – 14 of 14) sorted by relevance
126 baseEngine = engine.getUnderlyingCipher(); in JCEBlockCipher()172 String name = cipher.getUnderlyingCipher().getAlgorithmName(); in engineGetParameters()319 … cipher = new BufferedGenericBlockCipher(new BufferedBlockCipher(cipher.getUnderlyingCipher())); in engineSetPadding()324 … cipher = new BufferedGenericBlockCipher(new CTSBlockCipher(cipher.getUnderlyingCipher())); in engineSetPadding()336 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher()); in engineSetPadding()340 … cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new ZeroBytePadding()); in engineSetPadding()344 … cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new ISO10126d2Padding()); in engineSetPadding()348 … cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new X923Padding()); in engineSetPadding()352 … cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new ISO7816d4Padding()); in engineSetPadding()356 … cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new TBCPadding()); in engineSetPadding()[all …]
222 BlockCipher c = ((CBCBlockCipher)cipher).getUnderlyingCipher(); in doFinal()239 BlockCipher c = ((CBCBlockCipher)cipher).getUnderlyingCipher(); in doFinal()
36 public BlockCipher getUnderlyingCipher(); in getUnderlyingCipher() method
42 public BlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in SICBlockCipher
45 public BlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in OFBBlockCipher
44 public BlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in CBCBlockCipher
55 public BlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in GOFBBlockCipher
46 public BlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in CFBBlockCipher
56 public BlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in CCMBlockCipher
70 public BlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in GCMBlockCipher
66 public BlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in BufferedBlockCipher
66 public AsymmetricBlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in PKCS1Encoding
41 public AsymmetricBlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in ISO9796d1Encoding
66 public AsymmetricBlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in OAEPEncoding