tu.crossing.JavaCryptographicArchitecture.3.1.2.source-code.X509EncodedKeySpec.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.X509EncodedKeySpec
OBJECTS
byte[] encodedKey;
EVENTS
c1: X509EncodedKeySpec(encodedKey);
Con := c1;
ORDER
Con
REQUIRES
preparedKeyMaterial[encodedKey];
ENSURES
speccedKey[this, _] after Con;