group
group__libshare__fslic
Provides share-filesystem Inode certification and licensing.
Certification and Licensing
typedef struct shlic_t shlic_t
SHCERT_ENT_INDIVIDUAL
(1 << 0)
An indication that the certificate is issued by an individual.
SHCERT_ENT_ORGANIZATION
(1 << 2)
An indication that the certificate is issued by an organization.
SHCERT_ENT_COMPANY
(1 << 3)
An indication that the certificate is issued by a company.
SHCERT_ENT_PRIVATE
(1 << 4)
An indication that the certificate is in a private state.
SHCERT_CERT_NONREPUDIATION_ENCIPHER
(1 << 8)
The certificate contains supplemental encipher authorization.
SHCERT_CERT_RIGHTS_ISSUER
(1 << 9)
The certificate can allocate new rights to derived entities.
SHCERT_CERT_CHAIN
(1 << 10)
Indicates the certificate has a parent authority.
SHCERT_CERT_SIGN
(1 << 11)
The public key is capable of being used as a digital signature.
SHCERT_CERT_CRL
(1 << 12)
Indicates the ability to sign a CRL.
SHCERT_CERT_DIGITAL
(1 << 13)
Indicates the ability to act as a digital signature.
SHCERT_CERT_KEY
(1 << 14)
The public key is capability of being used for a key agreement.
SHCERT_CERT_ENCIPHER
(1 << 16)
The public key is capability of being used for data encipherment.
SHCERT_CERT_NONREPUDIATION
(1 << 17)
An authentication that can be asserted to be genuine with high assurance.
SHCERT_CERT_LICENSE
(1 << 18)
The public key is capable of being used for licensing.
SHCERT_AUTH_WEB_CLIENT
(1 << 20)
Indiciates that the certificate can be validated by a web client.
SHCERT_AUTH_WEB_SERVER
(1 << 21)
Indiciates that the certificate can be validated via a web server.
SHCERT_AUTH_FILE
(1 << 22)
An indication that the certificate can be validated via a system certificate file.
SHCERT_AUTH_DEVICE
(1 << 23)