Skip to content

Commit

Permalink
TypeScript: fix SymEncryptedSessionKeyPacket type name (#1583)
Browse files Browse the repository at this point in the history
Co-authored-by: DESKTOP-KRJIM7J\Roman <rrrooommmaaa@outlook.com>
  • Loading branch information
rrrooommmaaa and rrrooommmaaa committed Jan 4, 2023
1 parent 4379bfb commit 2bc0799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openpgp.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ export class PublicKeyEncryptedSessionKeyPacket extends BasePacket {
private encrypt(keyPacket: PublicKeyPacket): void; // throws on error
}

export class SymEncryptedSessionKey extends BasePacket {
export class SymEncryptedSessionKeyPacket extends BasePacket {
static readonly tag: enums.packet.symEncryptedSessionKey;
private decrypt(passphrase: string): Promise<void>;
private encrypt(passphrase: string, config?: Config): Promise<void>;
Expand Down

0 comments on commit 2bc0799

Please sign in to comment.