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

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

The 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 {3072, 4096}; //BSI TR-02102-1 Recommends atleast 3000bits for keys
	publicExponent in {65537};
	 
ENSURES
	preparedRSA[this];




© 2015 - 2024 Weber Informatics LLC | Privacy Policy