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

tu.crossing.JavaCryptographicArchitecture.3.1.2.source-code.Key.crysl Maven / Gradle / Ivy

The newest version!
SPEC java.security.Key

OBJECTS 
	byte[] keyMaterial;

EVENTS
	ge1: keyMaterial = getEncoded();
	GetEnc := ge1;

ORDER
	GetEnc*

REQUIRES
	generatedKey[this, _] || generatedPubkey[this] || generatedPrivkey[this];
	
ENSURES
	preparedKeyMaterial[keyMaterial] after GetEnc;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy