Lines Matching refs:CJX_KeyUsage
11 CJX_KeyUsage::CJX_KeyUsage(CXFA_KeyUsage* node) : CJX_Node(node) {} in CJX_KeyUsage() function in CJX_KeyUsage
13 CJX_KeyUsage::~CJX_KeyUsage() = default;
15 void CJX_KeyUsage::use(CFXJSE_Value* pValue, in use()
21 void CJX_KeyUsage::nonRepudiation(CFXJSE_Value* pValue, in nonRepudiation()
27 void CJX_KeyUsage::encipherOnly(CFXJSE_Value* pValue, in encipherOnly()
33 void CJX_KeyUsage::type(CFXJSE_Value* pValue, in type()
39 void CJX_KeyUsage::digitalSignature(CFXJSE_Value* pValue, in digitalSignature()
45 void CJX_KeyUsage::crlSign(CFXJSE_Value* pValue, in crlSign()
51 void CJX_KeyUsage::keyAgreement(CFXJSE_Value* pValue, in keyAgreement()
57 void CJX_KeyUsage::keyEncipherment(CFXJSE_Value* pValue, in keyEncipherment()
63 void CJX_KeyUsage::usehref(CFXJSE_Value* pValue, in usehref()
69 void CJX_KeyUsage::dataEncipherment(CFXJSE_Value* pValue, in dataEncipherment()
75 void CJX_KeyUsage::keyCertSign(CFXJSE_Value* pValue, in keyCertSign()
81 void CJX_KeyUsage::decipherOnly(CFXJSE_Value* pValue, in decipherOnly()