Searched refs:pbeKeySpec (Results 1 - 1 of 1) sorted by relevance

/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
H A DJCEPBEKey.java22 PBEKeySpec pbeKeySpec; field in class:JCEPBEKey
35 PBEKeySpec pbeKeySpec,
44 this.pbeKeySpec = pbeKeySpec;
79 return PBEParametersGenerator.PKCS12PasswordToBytes(pbeKeySpec.getPassword());
83 return PBEParametersGenerator.PKCS5PasswordToBytes(pbeKeySpec.getPassword());
118 return pbeKeySpec.getPassword();
126 return pbeKeySpec.getSalt();
134 return pbeKeySpec.getIterationCount();
28 JCEPBEKey( String algorithm, DERObjectIdentifier oid, int type, int digest, int keySize, int ivSize, PBEKeySpec pbeKeySpec, CipherParameters param) argument

Completed in 116 milliseconds