We're currently blocked from allowing this because we're using a tight inheritance tree, and VALSinglePromptSecureEnclaveValet's superclass rightly disallows use of allKeys and removeAllObjects.
To get around this limitation, we'll likely need to break apart the class hierarchy and use composition internally. The best time for this kind of change is likely during our transition to Swift.
For additional context, see #104 and #105.
We're currently blocked from allowing this because we're using a tight inheritance tree, and
VALSinglePromptSecureEnclaveValet's superclass rightly disallows use ofallKeysandremoveAllObjects.To get around this limitation, we'll likely need to break apart the class hierarchy and use composition internally. The best time for this kind of change is likely during our transition to Swift.
For additional context, see #104 and #105.