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

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

There is a newer version: 3.1.3
Show newest version
SPEC javax.net.ssl.SSLEngine

OBJECTS
	java.lang.String[] cipherSuites;
	java.lang.String[] protocols;

EVENTS
	ec1: setEnabledCipherSuites(cipherSuites);
	EnableCipher := ec1;
	
	ep1: setEnabledProtocols(protocols);
	EnableProtocol := ep1;	
	
ORDER
	(EnableCipher, EnableProtocol) | (EnableProtocol, EnableCipher) 

CONSTRAINTS
	elements(protocols) in {"TLSv1.2"};
	elements(cipherSuites) in {"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384",
				"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
				"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384",
				"TLS_RSA_WITH_AES_256_GCM_SHA384",
				"TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384",
				"TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384",
				"TLS_DHE_RSA_WITH_AES_256_GCM_SHA384",
				"TLS_DHE_DSS_WITH_AES_256_GCM_SHA384",
				"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",
				"TLS_RSA_WITH_AES_128_GCM_SHA256",
				"TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256",
				"TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256",
				"TLS_DHE_RSA_WITH_AES_128_GCM_SHA256",
				"TLS_DHE_DSS_WITH_AES_128_GCM_SHA256"};
		
ENSURES
	generatedSSLEngine[this];
	




© 2015 - 2025 Weber Informatics LLC | Privacy Policy