OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:generateSecretKeyForPKCS5Scheme2
(Results
1 - 2
of
2
) sorted by null
/external/bouncycastle/src/main/java/org/bouncycastle/openssl/
PEMUtilities.java
81
static SecretKey
generateSecretKeyForPKCS5Scheme2
(String algorithm, char[] password, byte[] salt, int iterationCount)
PEMReader.java
704
SecretKey key = PEMUtilities.
generateSecretKeyForPKCS5Scheme2
(algorithm, pFinder.getPassword(), salt, iterationCount);
Completed in 30 milliseconds