summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_pkcs_schema_get_oid
diff options
context:
space:
mode:
Diffstat (limited to 'doc/functions/gnutls_pkcs_schema_get_oid')
-rw-r--r--doc/functions/gnutls_pkcs_schema_get_oid14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/functions/gnutls_pkcs_schema_get_oid b/doc/functions/gnutls_pkcs_schema_get_oid
new file mode 100644
index 0000000..26f78c4
--- /dev/null
+++ b/doc/functions/gnutls_pkcs_schema_get_oid
@@ -0,0 +1,14 @@
+
+
+
+
+@deftypefun {const char *} {gnutls_pkcs_schema_get_oid} (unsigned int @var{schema})
+@var{schema}: Holds the PKCS @code{12} or PBES2 schema (@code{gnutls_pkcs_encrypt_flags_t} )
+
+This function will return the object identifier of the
+PKCS12 or PBES2 schema.
+
+@strong{Returns:} a constraint string or @code{NULL} on error.
+
+@strong{Since:} 3.4.0
+@end deftypefun