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

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

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

OBJECTS
	org.bouncycastle.crypto.params.ECDomainParameters domainParams;
	java.security.SecureRandom random;

EVENTS
	c1: ECKeyGenerationParameters(domainParams, random);
	Con := c1;

ORDER
	Con

REQUIRES
	randomized[random];
	generatedECDomainParameters[domainParams];

ENSURES
	generatedECKeyGenerationParameters[this];




© 2015 - 2024 Weber Informatics LLC | Privacy Policy