HomeSort by relevance Sort by last modified time
    Searched full:getunderlyingcipher (Results 1 - 14 of 14) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BaseBlockCipher.java 127 baseEngine = engine.getUnderlyingCipher();
173 String name = cipher.getUnderlyingCipher().getAlgorithmName();
322 cipher = new BufferedGenericBlockCipher(new BufferedBlockCipher(cipher.getUnderlyingCipher()));
327 cipher = new BufferedGenericBlockCipher(new CTSBlockCipher(cipher.getUnderlyingCipher()));
339 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher());
343 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new ZeroBytePadding());
347 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new ISO10126d2Padding());
351 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new X923Padding());
355 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new ISO7816d4Padding());
359 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new TBCPadding())
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JCEBlockCipher.java 142 baseEngine = engine.getUnderlyingCipher();
188 String name = cipher.getUnderlyingCipher().getAlgorithmName();
337 cipher = new BufferedGenericBlockCipher(new BufferedBlockCipher(cipher.getUnderlyingCipher()));
342 cipher = new BufferedGenericBlockCipher(new CTSBlockCipher(cipher.getUnderlyingCipher()));
354 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher());
358 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new ZeroBytePadding());
362 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new ISO10126d2Padding());
366 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new X923Padding());
370 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new ISO7816d4Padding());
374 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new TBCPadding())
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
SICBlockCipher.java 43 public BlockCipher getUnderlyingCipher()
CTSBlockCipher.java 222 BlockCipher c = ((CBCBlockCipher)cipher).getUnderlyingCipher();
239 BlockCipher c = ((CBCBlockCipher)cipher).getUnderlyingCipher();
AEADBlockCipher.java 36 public BlockCipher getUnderlyingCipher();
CBCBlockCipher.java 44 public BlockCipher getUnderlyingCipher()
OFBBlockCipher.java 45 public BlockCipher getUnderlyingCipher()
CCMBlockCipher.java 57 public BlockCipher getUnderlyingCipher()
CFBBlockCipher.java 46 public BlockCipher getUnderlyingCipher()
GCMBlockCipher.java 74 public BlockCipher getUnderlyingCipher()
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
OAEPEncoding.java 70 public AsymmetricBlockCipher getUnderlyingCipher()
PKCS1Encoding.java 66 public AsymmetricBlockCipher getUnderlyingCipher()
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
BufferedBlockCipher.java 66 public BlockCipher getUnderlyingCipher()
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 386 milliseconds