Home | History | Annotate | Download | only in xfa

Lines Matching full:pvalue

15 void CJX_KeyUsage::use(CFXJSE_Value* pValue,
18 Script_Attribute_String(pValue, bSetting, eAttribute);
21 void CJX_KeyUsage::nonRepudiation(CFXJSE_Value* pValue,
24 Script_Attribute_String(pValue, bSetting, eAttribute);
27 void CJX_KeyUsage::encipherOnly(CFXJSE_Value* pValue,
30 Script_Attribute_String(pValue, bSetting, eAttribute);
33 void CJX_KeyUsage::type(CFXJSE_Value* pValue,
36 Script_Attribute_String(pValue, bSetting, eAttribute);
39 void CJX_KeyUsage::digitalSignature(CFXJSE_Value* pValue,
42 Script_Attribute_String(pValue, bSetting, eAttribute);
45 void CJX_KeyUsage::crlSign(CFXJSE_Value* pValue,
48 Script_Attribute_String(pValue, bSetting, eAttribute);
51 void CJX_KeyUsage::keyAgreement(CFXJSE_Value* pValue,
54 Script_Attribute_String(pValue, bSetting, eAttribute);
57 void CJX_KeyUsage::keyEncipherment(CFXJSE_Value* pValue,
60 Script_Attribute_String(pValue, bSetting, eAttribute);
63 void CJX_KeyUsage::usehref(CFXJSE_Value* pValue,
66 Script_Attribute_String(pValue, bSetting, eAttribute);
69 void CJX_KeyUsage::dataEncipherment(CFXJSE_Value* pValue,
72 Script_Attribute_String(pValue, bSetting, eAttribute);
75 void CJX_KeyUsage::keyCertSign(CFXJSE_Value* pValue,
78 Script_Attribute_String(pValue, bSetting, eAttribute);
81 void CJX_KeyUsage::decipherOnly(CFXJSE_Value* pValue,
84 Script_Attribute_String(pValue, bSetting, eAttribute);