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

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

The newest version!
SPEC org.bouncycastle.crypto.ec.ECFixedTransform

OBJECTS
	org.bouncycastle.crypto.CipherParameters keyParams;
	java.math.BigInteger k;
	org.bouncycastle.crypto.ec.ECPair cipherText;
	org.bouncycastle.crypto.ec.ECPair transformedCipherText;

EVENTS
	c1: ECFixedTransform(k);
	Con := c1;
	
	i1: init(keyParams);
	Init := i1;
	
	t1: transformedCipherText = transform(cipherText);
	Transform := t1;

ORDER
	Con, Init, Transform+

REQUIRES
	generatedECPublicKeyParameters[keyParams];
	generatedECPair[cipherText];

ENSURES
	generatedECFixedTransform[transformedCipherText] after Transform;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy