tu.crossing.JavaCryptographicArchitecture.3.1.2.source-code.PBEParameterSpec.crysl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of JavaCryptographicArchitecture
Show all versions of JavaCryptographicArchitecture
JavaCryptographicArchitecture CrySL ruleset
The newest version!
SPEC javax.crypto.spec.PBEParameterSpec
OBJECTS
byte[] salt;
int iterationCount;
java.security.spec.AlgorithmParameterSpec params;
EVENTS
c1: PBEParameterSpec(salt, iterationCount);
c2: PBEParameterSpec(salt, iterationCount, params);
Con := c1 | c2;
ORDER
Con
CONSTRAINTS
iterationCount >= 10000;
REQUIRES
randomized[salt];
ENSURES
preparedPBE[this];