import { KeyObject } from "https://deno.land/std@0.172.0/node/internal/crypto/keys.ts";
Constructors
new
KeyObject(type: KeyObjectType, handle: unknown)Properties
readonly
asymmetricKeyDetails: AsymmetricKeyDetails | undefinedreadonly
asymmetricKeyType: KeyType | undefinedreadonly
type: KeyObjectType[kKeyType]: KeyObjectType
Methods
export(options: KeyExportOptions<"pem">): string | Buffer
export(options?: KeyExportOptions<"der">): Buffer
export(options?: JwkKeyExportOptions): JsonWebKey