All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tu.crossing.JavaCryptographicArchitecture.3.1.2.source-code.TrustAnchor.crysl Maven / Gradle / Ivy

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];




© 2015 - 2024 Weber Informatics LLC | Privacy Policy