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

/openjdk7/jdk/src/share/classes/javax/crypto/interfaces/
H A DPBEKey.java74 int getIterationCount(); method in interface:PBEKey
/openjdk7/jdk/src/share/classes/javax/crypto/spec/
H A DPBEParameterSpec.java75 public int getIterationCount() { method in class:PBEParameterSpec
H A DPBEKeySpec.java224 public final int getIterationCount() { method in class:PBEKeySpec
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DHmacPKCS12PBESHA1.java87 iCount = pbeKey.getIterationCount(); // maybe 0 if unspecified
123 if (iCount != pbeParams.getIterationCount()) {
128 iCount = pbeParams.getIterationCount();
H A DPBKDF2HmacSHA1Factory.java101 pKey.getIterationCount(), pKey.getEncoded().length*8);
141 pKey.getIterationCount(),
H A DPBEParameters.java69 this.iCount = ((PBEParameterSpec)paramSpec).getIterationCount();
H A DPBKDF2KeyImpl.java96 this.iterCount = keySpec.getIterationCount();
204 public int getIterationCount() { method in class:PBKDF2KeyImpl
H A DPKCS12PBECipherCore.java240 iCount = pbeKey.getIterationCount(); // maybe 0 if unspecified
288 if (iCount != pbeParams.getIterationCount()) {
293 iCount = pbeParams.getIterationCount();
H A DPBECipherCore.java242 iCount = ((PBEParameterSpec) params).getIterationCount();
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/PBE/
H A DPKCS12Cipher.java65 MyPBEKey(password, spec.getSalt(), spec.getIterationCount());
107 public int getIterationCount() { return iCount; } method in class:MyPBEKey
/openjdk7/jdk/test/javax/crypto/EncryptedPrivateKeyInfo/
H A DGetKeySpecException2.java86 public int getIterationCount() { method in class:MyPBEKey
/openjdk7/jdk/test/com/sun/crypto/provider/KeyFactory/
H A DPBKDF2HmacSHA1FactoryTest.java105 spec1.getIterationCount() == spec2.getIterationCount() &&
/openjdk7/jdk/test/com/sun/crypto/provider/Mac/
H A DHmacSaltLengths.java102 public int getIterationCount() { return iCount; } method in class:MyPBEKey
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCryptoPermission.java435 if (((PBEParameterSpec)algParamSpec).getIterationCount() <=
436 ((PBEParameterSpec)this.algParamSpec).getIterationCount()) {

Completed in 41 milliseconds