Home
last modified time | relevance | path

Searched refs:getUnderlyingCipher (Results 1 – 14 of 14) sorted by relevance

/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
DJCEBlockCipher.java126 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 …]
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/
DCTSBlockCipher.java222 BlockCipher c = ((CBCBlockCipher)cipher).getUnderlyingCipher(); in doFinal()
239 BlockCipher c = ((CBCBlockCipher)cipher).getUnderlyingCipher(); in doFinal()
DAEADBlockCipher.java36 public BlockCipher getUnderlyingCipher(); in getUnderlyingCipher() method
DSICBlockCipher.java42 public BlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in SICBlockCipher
DOFBBlockCipher.java45 public BlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in OFBBlockCipher
DCBCBlockCipher.java44 public BlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in CBCBlockCipher
DGOFBBlockCipher.java55 public BlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in GOFBBlockCipher
DCFBBlockCipher.java46 public BlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in CFBBlockCipher
DCCMBlockCipher.java56 public BlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in CCMBlockCipher
DGCMBlockCipher.java70 public BlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in GCMBlockCipher
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/
DBufferedBlockCipher.java66 public BlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in BufferedBlockCipher
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/encodings/
DPKCS1Encoding.java66 public AsymmetricBlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in PKCS1Encoding
DISO9796d1Encoding.java41 public AsymmetricBlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in ISO9796d1Encoding
DOAEPEncoding.java66 public AsymmetricBlockCipher getUnderlyingCipher() in getUnderlyingCipher() method in OAEPEncoding