method

enc_key

ruby latest stable - Class: OpenSSL::PKCS7::RecipientInfo
enc_key()
public

No documentation available.

static VALUE
ossl_pkcs7ri_get_enc_key(VALUE self)
{
    PKCS7_RECIP_INFO *p7ri;

    GetPKCS7ri(self, p7ri);

    return asn1str_to_str(p7ri->enc_key);
}