cryptoservices/certificateandkeymgmt/tpkcs12intgrtn/data/ini/bagattributeval_notset.ini
changeset 0 2c201484c85f
child 8 35751d3474b7
equal deleted inserted replaced
-1:000000000000 0:2c201484c85f
       
     1 ;Negative Test: Created PKCS12 file with the bagattribute value tag not a set.
       
     2 
       
     3 [main]
       
     4 file=C:\tpkcs12intg\data\pkcs12_bagattributeval_notset.p12
       
     5 integritymode=password
       
     6 integritypassword=password
       
     7 PrivacyPassword1=password
       
     8 PrivacyPassword2=password
       
     9 verifyintegritypassword=password
       
    10 MacPresent=False
       
    11 integrity_valid=1
       
    12 unittest=True
       
    13 
       
    14 [authsafe]
       
    15 numcontentinfos=1
       
    16 contentinfo1=ContentInfo_1
       
    17 contentinfo2=ContentInfo_2
       
    18 	
       
    19 [ContentInfo_1]
       
    20 ContentInfoType=6
       
    21 privacypassword=password
       
    22 
       
    23 [BagData1]
       
    24 BagType=3
       
    25 safeBagprivacypassword=password
       
    26 BagValue=c:\tpkcs12intg\data\root5ca_key.der
       
    27 CertType=1.2.840.113549.1.9.22.1
       
    28 numattributes=2
       
    29 attr1=bag1attr1
       
    30 attr2=bag1attr2
       
    31 ;unit test/optional
       
    32 ExpectedError=-6; KErrArgument ; Here the bagattribute value tag is not a set.
       
    33 ExpectedResult=0	
       
    34 
       
    35 
       
    36 
       
    37