Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PublicKeyInfo

Interface to encapsulate information related to a public key. Note: extending the protobuf definition to enforce attribute existence.

Hierarchy

  • PublicKeyInfoPb
    • PublicKeyInfo

Index

Properties

createdAt

createdAt: Date

encoding

encoding: "pem" | "base58"

id

id: string

publicKey

publicKey: string

Optional rsaPadding

rsaPadding: RSAPadding

For RSA keys: encrypt/decrypt implementations should default to 'PKCS1-v1_5' for backwards compatibilty. If possible (web crypto only allows OAEP padding for encrypt/decrypt operations).

status

status: "valid" | "invalid"

type

type: string

updatedAt

updatedAt: Date

Generated using TypeDoc