tu.crossing.JavaCryptographicArchitecture.3.1.2.source-code.SecretKey.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.SecretKey
OBJECTS
byte[] keyMaterial;
EVENTS
ge1: keyMaterial = getEncoded();
GetEnc := ge1;
d1: destroy();
Destroy := d1;
ORDER
GetEnc*, Destroy?
REQUIRES
generatedKey[this, _];
ENSURES
preparedKeyMaterial[keyMaterial] after GetEnc;
NEGATES
generatedKey[this, _] after Destroy;