ParsedPfxAttribute
A single PKCS#12 bag attribute as decoded by parsePfxDer.
ts
interface ParsedPfxAttribute {
readonly oid: string;
readonly valuesHex: readonly string[];
}Properties
readonlyoid:string— Dotted-decimal OID identifying this attribute type.readonlyvaluesHex:readonlystring``[]— Hex-encoded DER of each attribute value.