<?xml version="1.0" encoding="UTF-8"?>
<KeyContainer Version="1.0" xmlns ="urn:ietf:params:xml:ns:keyprov:pskc">
  <KeyPackage>
    <DeviceInfo>
      <Manufacturer>InsertNameofManufacturer</Manufacturer>
      <SerialNo>1234567800002</SerialNo><!--this is dummy value for sample only-->
    </DeviceInfo>
    <Key Id="1234567800001" Algorithm="urn:ietf:params:xml:ns:keyprov:pskc:totp">
      <AlgorithmParameters>
        <ResponseFormat Length="8" Encoding="DECIMAL"/>
      </AlgorithmParameters>
      <Data>
        <Secret>
          <PlainValue>V1ABDghTFgHI2JjK+3abcdnFg/g=</PlainValue><!--this is dummy value for sample only--> 
        </Secret>
        <Time>
          <PlainValue>0</PlainValue>
        </Time>
        <TimeInterval>
          <PlainValue>60</PlainValue>
        </TimeInterval>
      </Data>
      <Policy>
        <StartDate>2016-07-15T08:38:51Z</StartDate>
        <ExpiryDate>2021-07-15T08:38:48Z</ExpiryDate>
      </Policy>
    </Key>
  </KeyPackage>
  <KeyPackage>
    <DeviceInfo>
      <Manufacturer>InsertNameofManufacturer</Manufacturer>
      <SerialNo>1234567800002</SerialNo><!--this is dummy value for sample only-->
    </DeviceInfo>
    <Key Id="123456780000" Algorithm="urn:ietf:params:xml:ns:keyprov:pskc:totp">
      <AlgorithmParameters>
        <ResponseFormat Length="8" Encoding="DECIMAL"/>
      </AlgorithmParameters>
      <Data>
        <Secret>
          <PlainValue>V1ABDg/TFgHI2J/jK+3abcdnFg/abc=</PlainValue><!--this is dummy value for sample only-->
        </Secret>
        <Time>
          <PlainValue>0</PlainValue>
        </Time>
        <TimeInterval>
          <PlainValue>60</PlainValue>
        </TimeInterval>
      </Data>
      <Policy>
        <StartDate>2016-07-15T08:38:51Z</StartDate>
        <ExpiryDate>2021-07-15T08:38:48Z</ExpiryDate>
      </Policy>
    </Key>
  </KeyPackage>
 </KeyContainer>
