Searched defs:pbeHash (Results 1 - 3 of 3) sorted by relevance

/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
H A DJCEMac.java40 private int pbeHash = SHA1; field in class:JCEMac
52 int pbeHash,
57 this.pbeHash = pbeHash;
49 JCEMac( Mac macEngine, int pbeType, int pbeHash, int keySize) argument
H A DWrapCipherSpi.java62 protected int pbeHash = SHA1; field in class:WrapCipherSpi
H A DBrokenJCEBlockCipher.java65 private int pbeHash = SHA1; field in class:BrokenJCEBlockCipher
82 int pbeHash,
89 this.pbeHash = pbeHash;
236 param = BrokenPBE.Util.makePBEParameters((JCEPBEKey)key, params, pbeType, pbeHash,
79 BrokenJCEBlockCipher( BlockCipher engine, int pbeType, int pbeHash, int pbeKeySize, int pbeIvSize) argument

Completed in 96 milliseconds