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

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
H A DCipherPBEThread.java50 PBEParameterSpec parSpec = new PBEParameterSpec(salt, getKeyLength());
H A DCipherRSAThread.java37 kpg.initialize(getKeyLength());
H A DCipherWrapThread.java33 kg.init(getKeyLength(), new SecureRandom());
H A DCipherSymmetricKeyThread.java43 kg.init(getKeyLength(), new SecureRandom());
H A DCipherThread.java121 public int getKeyLength() { method in class:CipherThread
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
H A DPBEKeySpecTest.java283 * getKeyLength() method testing.
294 pbeks.getKeyLength() == keyLength);
296 assertTrue("The getKeyLength() method should return 0 "
298 pbeks.getKeyLength() == 0);
/libcore/luni/src/main/java/javax/crypto/spec/
H A DPBEKeySpec.java191 public final int getKeyLength() { method in class:PBEKeySpec

Completed in 636 milliseconds