1PKCS7_TYPE_IS_OTHER(3ossl)          OpenSSL         PKCS7_TYPE_IS_OTHER(3ossl)
2
3
4

NAME

6       PKCS7_type_is_other - determine content type of PKCS#7 envelopedData
7       structure
8

SYNOPSIS

10        #include <openssl/pkcs7.h>
11
12        int PKCS7_type_is_other(PKCS7 *p7);
13

DESCRIPTION

15       PKCS7_type_is_other() returns the whether the content type of a PKCS#7
16       envelopedData structure is one of the following content types:
17
18       NID_pkcs7_data NID_pkcs7_signed NID_pkcs7_enveloped
19       NID_pkcs7_signedAndEnveloped NID_pkcs7_digest NID_pkcs7_encrypted
20

RETURN VALUES

22       PKCS7_type_is_other() returns either 0 if the content type is matched
23       or 1 otherwise.
24

SEE ALSO

26       PKCS7_type_is_data(3), PKCS7_get_octet_string(3)
27
29       Copyright 2002-2020 The OpenSSL Project Authors. All Rights Reserved.
30
31       Licensed under the Apache License 2.0 (the "License").  You may not use
32       this file except in compliance with the License.  You can obtain a copy
33       in the file LICENSE in the source distribution or at
34       <https://www.openssl.org/source/license.html>.
35
36
37
383.0.5                             2022-07-05        PKCS7_TYPE_IS_OTHER(3ossl)
Impressum