Class: SeedCipher

hcSeedBundle.SeedCipher()

Base class for concrete SeedCiphers.

Constructor

new SeedCipher()

Don't use this directly, use a sub-class.
Source:

Methods

encryptSeed(secretSeed) → {object}

Generate an encrypted seedCipher for given secretSeed
Parameters:
Name Type Description
secretSeed PrivSecretBuf parseSecret(Uint8Array)
Source:
Returns:
Type
object

zero()

Clear out any secret data maintained by this cipher
Source: