<?xml version="1.0" encoding="UTF-8"?> <!-- ActivIdentity-3DES example from section 8 of draft-hoyer-keyprov-pskc-algorithm-profiles-01. --> <KeyContainer Version="1.0" xmlns="urn:ietf:params:xml:ns:keyprov:pskc:1.0"> <Device> <DeviceInfo> <Manufacturer>ActivIdentity</Manufacturer> <SerialNo>34567890</SerialNo> </DeviceInfo> <Key KeyAlgorithm="http://www.actividentity.com/2008/04/algorithms/algorithms#ActivIdentity-3DES" KeyId="12345677"> <Issuer>Issuer</Issuer> <Usage OTP="true"> <ResponseFormat Length="8" Format="DECIMAL"/> </Usage> <Data> <Secret> <PlainValue> MTIzNDU2Nzg5MDEyMzQ1Njc4OTA= </PlainValue> </Secret> <Counter> <PlainValue>0</PlainValue> </Counter> <Time> <PlainValue>0</PlainValue> </Time> <TimeInterval> <PlainValue>32</PlainValue> </TimeInterval> <TimeDrift> <PlainValue>0</PlainValue> </TimeDrift> </Data> </Key> </Device> </KeyContainer>