HomeSort by relevance Sort by last modified time
    Searched refs:getUnderlyingCipher (Results 1 - 15 of 15) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BaseBlockCipher.java 139 baseEngine = engine.getUnderlyingCipher();
185 String name = cipher.getUnderlyingCipher().getAlgorithmName();
346 cipher = new BufferedGenericBlockCipher(new BufferedBlockCipher(cipher.getUnderlyingCipher()));
351 cipher = new BufferedGenericBlockCipher(new CTSBlockCipher(cipher.getUnderlyingCipher()));
363 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher());
367 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new ZeroBytePadding());
371 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new ISO10126d2Padding());
375 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new X923Padding());
379 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new ISO7816d4Padding());
383 cipher = new BufferedGenericBlockCipher(cipher.getUnderlyingCipher(), new TBCPadding())
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
AEADBlockCipher.java 36 public BlockCipher getUnderlyingCipher();
SICBlockCipher.java 43 public BlockCipher getUnderlyingCipher()
CTSBlockCipher.java 222 BlockCipher c = ((CBCBlockCipher)cipher).getUnderlyingCipher();
239 BlockCipher c = ((CBCBlockCipher)cipher).getUnderlyingCipher();
CBCBlockCipher.java 44 public BlockCipher getUnderlyingCipher()
OFBBlockCipher.java 45 public BlockCipher getUnderlyingCipher()
CFBBlockCipher.java 46 public BlockCipher getUnderlyingCipher()
CCMBlockCipher.java 57 public BlockCipher getUnderlyingCipher()
GCMBlockCipher.java 74 public BlockCipher getUnderlyingCipher()
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
BufferedBlockCipher.java 66 public BlockCipher getUnderlyingCipher()
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
PKCS1Encoding.java 66 public AsymmetricBlockCipher getUnderlyingCipher()
OAEPEncoding.java 70 public AsymmetricBlockCipher getUnderlyingCipher()
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 164 milliseconds