feat(notsecrets): EncryptedIdentity stub — passphrase-protected identity file

This commit is contained in:
Joseph O'Brien
2026-04-01 20:57:22 -04:00
parent a0fe6f7128
commit 545a45b3d3
3 changed files with 42 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ pub mod sources;
pub mod _legacy;
pub use error::AgeError;
pub use identities::{FileKey, Header, Identity, Stanza, X25519Identity, ScryptIdentity, SshEd25519Identity, SshRsaIdentity};
pub use identities::{FileKey, Header, Identity, Stanza, X25519Identity, ScryptIdentity, SshEd25519Identity, SshRsaIdentity, EncryptedIdentity};
pub use recipients::{Recipient, X25519Recipient, ScryptRecipient, SshEd25519Recipient, SshRsaRecipient};
pub use sources::{BitwardenSource, FileSource, PromptSource};