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

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

There is a newer version: 3.1.3
Show newest version
SPEC javax.crypto.spec.IvParameterSpec

OBJECTS 
	byte[] iv;
	int offset;
	int len;
	
EVENTS
	c1: IvParameterSpec(iv);
	c2: IvParameterSpec(iv, offset, len);
	Con := c1 | c2;
	
ORDER
	Con
	
CONSTRAINTS
	length[iv] >= offset + len;
	offset >= 0;
	len > 0;
	
REQUIRES
	randomized[iv];

ENSURES
	preparedIV[this];

	




© 2015 - 2025 Weber Informatics LLC | Privacy Policy