mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 00:41:25 -06:00
32 lines
890 B
XML
32 lines
890 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<KeyContainer Version="1.0" Id="exampleID1"
|
||
|
xmlns="urn:ietf:params:xml:ns:keyprov:pskc">
|
||
|
<KeyPackage>
|
||
|
<DeviceInfo>
|
||
|
<Manufacturer>Manufacturer</Manufacturer>
|
||
|
<SerialNo>987654321</SerialNo>
|
||
|
</DeviceInfo>
|
||
|
<CryptoModuleInfo>
|
||
|
<Id>CM_ID_001</Id>
|
||
|
</CryptoModuleInfo>
|
||
|
<Key Id="12345678"
|
||
|
Algorithm="urn:ietf:params:xml:ns:keyprov:pskc:hotp">
|
||
|
<Issuer>Issuer</Issuer>
|
||
|
<AlgorithmParameters>
|
||
|
<ResponseFormat Length="8" Encoding="DECIMAL"/>
|
||
|
</AlgorithmParameters>
|
||
|
<KeyProfileId>keyProfile1</KeyProfileId>
|
||
|
<KeyReference>MasterKeyLabel
|
||
|
</KeyReference>
|
||
|
<Data>
|
||
|
<Counter>
|
||
|
<PlainValue>0</PlainValue>
|
||
|
</Counter>
|
||
|
</Data>
|
||
|
<Policy>
|
||
|
<KeyUsage>OTP</KeyUsage>
|
||
|
</Policy>
|
||
|
</Key>
|
||
|
</KeyPackage>
|
||
|
</KeyContainer>
|