tu.crossing.JavaCryptographicArchitecture.3.1.2.source-code.DSAParameterSpec.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 java.security.spec.DSAParameterSpec
OBJECTS
java.math.BigInteger p;
java.math.BigInteger q;
java.math.BigInteger g;
EVENTS
c1: DSAParameterSpec(p, q, g);
Con := c1;
ORDER
Con
CONSTRAINTS
p >= 1^2048;
g >= 1^2048;
ENSURES
preparedDSA[this];