This commit is contained in:
Max Goedjen 2022-01-02 16:21:11 -08:00
parent 7ba5e85aaf
commit e99a42bdbb
No known key found for this signature in database
GPG Key ID: E58C21DD77B9B8E8
1 changed files with 0 additions and 4 deletions

View File

@ -11,10 +11,6 @@ public class PublicKeyFileStoreController {
public init() {
}
/// Removes and recreates the directory used to store keys.
public func clear() throws {
}
/// Writes out the keys specified to disk.
/// - Parameter secrets: The Secrets to generate keys for.
/// - Parameter clear: Whether or not the directory should be erased before writing keys.