module LibItsPki_Pixits { /** * @desc Is the first enrolment? */ modulepar boolean PX_FIRST_ENROLMENT := true; /** * @desc Do the encryption keys be included in Authorization Request? */ modulepar boolean PX_INCLUDE_ENCRYPTION_KEYS := true; /** * @desc Do the Authorization Request use SignedWithPop mechanism? */ modulepar boolean PX_AUTHORIZATION_REQUEST_WITH_POP := true; } // End of module LibItsPki_Pixits