ICrypto Interface

This interface defines ANT encryption commands.

Definition

Namespace: SmallEarthTech.AntRadioInterface
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 3.0.0.0+4009252dff1e4f6bcda36b6b0041486552134bc5
C#
public interface ICrypto

Methods

CryptoKeyNVMOpCrypto key NVM operation.
LoadCryptoKeyFromNVMLoads the crypto key from NVM.
SetCryptoIDSets the crypto identifier.
SetCryptoInfoSets the crypto information.
SetCryptoKeySets the crypto key.
SetCryptoRNGSeedSets the crypto RNG seed.
SetCryptoUserInfoSets the crypto user information.
StoreCryptoKeyToNVMStores the crypto key to NVM.

See Also