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

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

There is a newer version: 3.1.3
Show newest version
SPEC java.security.spec.RSAKeyGenParameterSpec

OBJECTS 
	int keysize;
	java.math.BigInteger publicExponent;
	
EVENTS
	c1: RSAKeyGenParameterSpec(keysize, publicExponent);
	Con := c1;
	
ORDER
	Con
	
CONSTRAINTS
	keysize in {4096}; //BSI TR-02102-1 Recommends atleast 3000bits for keys
	publicExponent in {65537};
	 
ENSURES
	preparedRSA[this];




© 2015 - 2025 Weber Informatics LLC | Privacy Policy