tu.crossing.JavaCryptographicArchitecture.3.1.2.source-code.TrustAnchor.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.cert.TrustAnchor
OBJECTS
java.security.PublicKey publicKey;
java.security.cert.X509Certificate trustedCert;
javax.security.auth.x500.X500Principal caPrincipal;
EVENTS
c1: TrustAnchor(_, publicKey, _);
c2: TrustAnchor(trustedCert, _);
c3: TrustAnchor(caPrincipal, publicKey, _);
Con := c1 | c2 | c3;
ORDER
Con
REQUIRES
generatedPubkey[publicKey];
ENSURES
generatedTrustAnchor[this];