LibItsPki_Pixits.ttcn 451 Bytes
Newer Older
garciay's avatar
garciay committed
module LibItsPki_Pixits {

  /**
   * @desc Is the first enrolment?
   */
garciay's avatar
garciay committed
  modulepar boolean PX_FIRST_ENROLMENT := true;
garciay's avatar
garciay committed
  
  /**
   * @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;
  
garciay's avatar
garciay committed
} // End of module LibItsPki_Pixits