Loading lib/LibItsPki_Pics.ttcn +7 −0 Original line number Diff line number Diff line Loading @@ -70,6 +70,13 @@ module LibItsPki_Pics { */ modulepar boolean PICS_PKI_AUTH_POP := true; /** * @desc Different set of parameters is used to generate the butterfly signing key associated with a certificate and the cocoon encryption key used to encrypt the certificate on issuance */ modulepar boolean PICS_SECPKI_ORIGINAL_BFK_KEY := true; modulepar boolean PICS_SECPKI_UNIFIED_BFK_KEY := false; modulepar boolean PICS_SECPKI_COMPACT_UNIFIED_BFK_KEY := false; /** * @desc Do the Authorization Request use SignedWithPop mechanism? */ Loading Loading
lib/LibItsPki_Pics.ttcn +7 −0 Original line number Diff line number Diff line Loading @@ -70,6 +70,13 @@ module LibItsPki_Pics { */ modulepar boolean PICS_PKI_AUTH_POP := true; /** * @desc Different set of parameters is used to generate the butterfly signing key associated with a certificate and the cocoon encryption key used to encrypt the certificate on issuance */ modulepar boolean PICS_SECPKI_ORIGINAL_BFK_KEY := true; modulepar boolean PICS_SECPKI_UNIFIED_BFK_KEY := false; modulepar boolean PICS_SECPKI_COMPACT_UNIFIED_BFK_KEY := false; /** * @desc Do the Authorization Request use SignedWithPop mechanism? */ Loading