Searched refs:STORE_SALT_SIZE (Results 1 – 1 of 1) sorted by relevance
65 private static final int STORE_SALT_SIZE = 20; field in BcKeyStoreSpi887 byte[] salt = new byte[STORE_SALT_SIZE]; in engineStore()972 if (salt.length != STORE_SALT_SIZE) in engineLoad()1025 byte[] salt = new byte[STORE_SALT_SIZE]; in engineStore()