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

uni.BouncyCastle-JCA.3.1.3.source-code.PBEParameterSpec.crysl Maven / Gradle / Ivy

The newest version!
SPEC javax.crypto.spec.PBEParameterSpec

OBJECTS 
	byte[] salt;
	int iterationCount;
	java.security.spec.AlgorithmParameterSpec params;
	
EVENTS
	c1: PBEParameterSpec(salt, iterationCount);
	c2: PBEParameterSpec(salt, iterationCount, params);
	Con := c1 | c2;
	
ORDER
	Con
	
CONSTRAINTS
	iterationCount >= 10000;	

REQUIRES
	randomized[salt];
			
ENSURES
	preparedPBE[this];

	




© 2015 - 2024 Weber Informatics LLC | Privacy Policy