Add revoke
to Subkey
in type definition (#1639)
This commit is contained in:
parent
726ee55de4
commit
785d24d0d2
1
openpgp.d.ts
vendored
1
openpgp.d.ts
vendored
|
@ -101,6 +101,7 @@ export class Subkey {
|
|||
public getExpirationTime(date?: Date, config?: Config): Promise<Date | typeof Infinity | null>
|
||||
public isRevoked(signature: SignaturePacket, key: AnyKeyPacket, date?: Date, config?: Config): Promise<boolean>;
|
||||
public update(subKey: Subkey, date?: Date, config?: Config): Promise<void>
|
||||
public revoke(primaryKey: SecretKeyPacket, reasonForRevocation?: ReasonForRevocation, date?: Date, config?: Config): Promise<Subkey>;
|
||||
}
|
||||
|
||||
export interface User {
|
||||
|
|
Loading…
Reference in New Issue
Block a user