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

.iem.BouncyCastle.3.1.3.source-code.RSAKeyParameters.crysl Maven / Gradle / Ivy

The newest version!
SPEC org.bouncycastle.crypto.params.RSAKeyParameters

OBJECTS
	boolean isPrivate;
	java.math.BigInteger modulus;
	java.math.BigInteger exponent;
	
EVENTS
	c1: RSAKeyParameters(isPrivate, modulus, exponent);
	Con := c1;

ORDER
	Con	
	
CONSTRAINTS
	modulus >= 3000; // BSI describes length of the modulus n to be at least 2000 bits
	isPrivate == true => notHardCoded[exponent];

ENSURES
	generatedRSAKeyParameters[this];




© 2015 - 2024 Weber Informatics LLC | Privacy Policy