LibItsPki_Pixits.ttcn 451 Bytes
Newer Older
garciay's avatar
garciay committed
1
module LibItsPki_Pixits {
2
3
4
5

  /**
   * @desc Is the first enrolment?
   */
garciay's avatar
garciay committed
6
  modulepar boolean PX_FIRST_ENROLMENT := true;
garciay's avatar
garciay committed
7
  
8
9
10
11
12
13
14
15
16
17
  /**
   * @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
18
} // End of module LibItsPki_Pixits