e-CryptIt Engine Xojo Plugin

KeyPair.Constructor Constructor

Constructor to generate key pair from 32 character long seed.

Constructor(
   seed as String)

Parameters

seed
32 character long seed.

Remarks

This constructor can throw InvalidArgumentException if the seed is of incorrect size.

See Also

KeyPair Class