

@c gnutls_pkcs11_obj_attr_t
@table @code
@item GNUTLS_@-PKCS11_@-OBJ_@-ATTR_@-CRT_@-ALL
Specify all certificates in the specified token.
@item GNUTLS_@-PKCS11_@-OBJ_@-ATTR_@-CRT_@-TRUSTED
Specify all certificates marked as trusted in the specified token.
@item GNUTLS_@-PKCS11_@-OBJ_@-ATTR_@-CRT_@-WITH_@-PRIVKEY
Specify all certificates with a corresponding private key in the specified token.
@item GNUTLS_@-PKCS11_@-OBJ_@-ATTR_@-PUBKEY
Specify all public keys in the specified token.
@item GNUTLS_@-PKCS11_@-OBJ_@-ATTR_@-PRIVKEY
Specify all private keys in the specified token.
@item GNUTLS_@-PKCS11_@-OBJ_@-ATTR_@-ALL
Specify all objects in the specified token.
@item GNUTLS_@-PKCS11_@-OBJ_@-ATTR_@-CRT_@-TRUSTED_@-CA
Specify all certificates marked as trusted and are CAs in the specified token.
@item GNUTLS_@-PKCS11_@-OBJ_@-ATTR_@-MATCH
Only the objects that match the URL.
@end table
