Class: LockedSeedCipher

hcSeedBundle.LockedSeedCipher()

Base class for unlocking an encrypted seedCipher.

Constructor

new LockedSeedCipher()

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

Methods

finishUnlock(secretSeed) → {UnlockedSeedBundle}

Once the secretSeed is decrypted, subclass instances will call this to generate the actualy UnlockedSeedBundle instance.
Parameters:
Name Type Description
secretSeed PrivSecretBuf
Source:
Returns:
Type
UnlockedSeedBundle