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

uni.BouncyCastle-JCA.3.0.1.source-code.SecretKey.crysl Maven / Gradle / Ivy

SPEC javax.crypto.SecretKey

OBJECTS 
	byte[] keyMaterial;
	
EVENTS
	ge1: keyMaterial = getEncoded();
	GetEnc := ge1;
	
	d1: destroy();
	Destroy := d1;

ORDER
	GetEnc*, Destroy?
			
ENSURES
	preparedKeyMaterial[keyMaterial] after GetEnc;

NEGATES
	generatedKey[this, _] after Destroy;

	




© 2015 - 2025 Weber Informatics LLC | Privacy Policy