tu.crossing.JavaCryptographicArchitecture.3.1.2.source-code.ECParameterSpec.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.ECParameterSpec
OBJECTS
java.security.spec.EllipticCurve curve;
java.security.spec.ECPoint g;
java.math.BigInteger n;
int h;
EVENTS
c1: ECParameterSpec(curve, g, n, h);
Con := c1;
ORDER
Con
ENSURES
preparedEC[this];