@eryx/crypto/asn1 Module
JSON
Summary
Functions
API Reference
Functions
asn1.parseDer
asn1.dumpNode
asn1.parseBySchema
asn1.parsePublicRsaKey
asn1.parsePrivateRsaKey
Types
Asn1Node
class: string
tag: number | string
constructed: boolean
value: buffer?
Asn1Integer
SubjectPublicKeyInfo
algorithm: string
SubjectPrivateKeyInfo
algorithm: string
subjectPrivateKey: { version: Asn1Integer, modulus: Asn1Integer, publicExponent: Asn1Integer, privateExponent: Asn1Integer, prime1: Asn1Integer, prime2: Asn1Integer, exponent1: Asn1Integer, exponent2: Asn1Integer, coefficient: Asn1Integer, otherPrimeInfos: { OtherPrimeInfo }? }