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

uni.BouncyCastle-JCA.3.1.1.source-code.TrustAnchor.crysl Maven / Gradle / Ivy

There is a newer version: 3.1.3
Show 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 - 2025 Weber Informatics LLC | Privacy Policy