PKI-Lite - v1.0.5
    Preparing search index...
    RecipientInfo: {
        fromAsn1: (asn1: Asn1BaseBlock) => RecipientInfo;
        KEKRecipientInfo: typeof KEKRecipientInfo;
        KeyAgreeRecipientInfo: typeof KeyAgreeRecipientInfo;
        KeyTransRecipientInfo: typeof KeyTransRecipientInfo;
        OtherRecipientInfo: typeof OtherRecipientInfo;
        PasswordRecipientInfo: typeof PasswordRecipientInfo;
        toAsn1: (value: RecipientInfo) => Asn1BaseBlock;
    }

    Type Declaration