UNPKG

@guarani/jose

Version:

Implementation of the RFCs of the JOSE Working Group.

5 lines (4 loc) 152 B
/** * Indicates whether a Public Key is used for Plaintext Encryption or Signature Verification. */ export declare type PublicKeyUse = 'enc' | 'sig';