Searched defs:getUnderlyingCipher (Results 1 - 12 of 12) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DBufferedBlockCipher.java66 public BlockCipher getUnderlyingCipher() method in class:BufferedBlockCipher
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
H A DPKCS1Encoding.java66 public AsymmetricBlockCipher getUnderlyingCipher() method in class:PKCS1Encoding
H A DOAEPEncoding.java70 public AsymmetricBlockCipher getUnderlyingCipher() method in class:OAEPEncoding
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
H A DAEADBlockCipher.java36 public BlockCipher getUnderlyingCipher(); method in interface:AEADBlockCipher
H A DCBCBlockCipher.java44 public BlockCipher getUnderlyingCipher() method in class:CBCBlockCipher
H A DCFBBlockCipher.java46 public BlockCipher getUnderlyingCipher() method in class:CFBBlockCipher
H A DOFBBlockCipher.java45 public BlockCipher getUnderlyingCipher() method in class:OFBBlockCipher
H A DSICBlockCipher.java42 public BlockCipher getUnderlyingCipher() method in class:SICBlockCipher
H A DCCMBlockCipher.java56 public BlockCipher getUnderlyingCipher() method in class:CCMBlockCipher
H A DGCMBlockCipher.java69 public BlockCipher getUnderlyingCipher() method in class:GCMBlockCipher
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
H A DBaseBlockCipher.java126 baseEngine = engine.getUnderlyingCipher();
172 String name = cipher.getUnderlyingCipher().getAlgorithmName();
321 cipher = new BufferedGenericBlockCipher(new BufferedBlockCipher(cipher.getUnderlyingCipher()));
326 cipher = new BufferedGenericBlockCipher(new CTSBlockCipher(cipher.getUnderlyingCipher()));
338 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher());
342 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new ZeroBytePadding());
346 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new ISO10126d2Padding());
350 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new X923Padding());
354 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new ISO7816d4Padding());
358 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), ne
782 public org.bouncycastle.crypto.BlockCipher getUnderlyingCipher(); method in interface:BaseBlockCipher.GenericBlockCipher
834 public org.bouncycastle.crypto.BlockCipher getUnderlyingCipher() method in class:BaseBlockCipher.BufferedGenericBlockCipher
891 public org.bouncycastle.crypto.BlockCipher getUnderlyingCipher() method in class:BaseBlockCipher.AEADGenericBlockCipher
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJCEBlockCipher.java136 baseEngine = engine.getUnderlyingCipher();
182 String name = cipher.getUnderlyingCipher().getAlgorithmName();
331 cipher = new BufferedGenericBlockCipher(new BufferedBlockCipher(cipher.getUnderlyingCipher()));
336 cipher = new BufferedGenericBlockCipher(new CTSBlockCipher(cipher.getUnderlyingCipher()));
348 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher());
352 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new ZeroBytePadding());
356 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new ISO10126d2Padding());
360 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new X923Padding());
364 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new ISO7816d4Padding());
368 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), ne
964 public BlockCipher getUnderlyingCipher(); method in interface:JCEBlockCipher.GenericBlockCipher
1016 public BlockCipher getUnderlyingCipher() method in class:JCEBlockCipher.BufferedGenericBlockCipher
1073 public BlockCipher getUnderlyingCipher() method in class:JCEBlockCipher.AEADGenericBlockCipher
[all...]

Completed in 242 milliseconds