PHP Classes

File: oath/test-token.xml

Recommend this page to a friend!
  Classes of André Liechti   multiOTP PHP class   oath/test-token.xml   Download  
File: oath/test-token.xml
Role: Auxiliary data
Content type: text/plain
Description: XMl test token
Class: multiOTP PHP class
Authenticate and manage OTP strong user tokens
Author: By
Last change:
Date: 1 month ago
Size: 971 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <KeyContainer Version="1.0" xmlns="urn:ietf:params:xml:ns:keyprov:pskc:1.0"> <KeyProperties xml:id="FTTOTPKPID" KeyAlgorithm="http://www.ietf.org/keyprov/pskc#totp"> <Issuer>TestTokenIssuer</Issuer> <Usage OTP="true"> <ResponseFormat Format="DECIMAL" Length="6"/> </Usage> <Data> <Time> <PlainValue>0</PlainValue> </Time> <TimeInterval> <PlainValue>30</PlainValue> </TimeInterval> </Data> </KeyProperties> <Device> <DeviceInfo> <Manufacturer>TestTokenManufacturer</Manufacturer> </DeviceInfo> <Key KeyId="1234567890123" KeyProperties="FTTOTPKPID"> <Data> <Secret> <PlainValue>IjeK7j6W1Tk7MG1ZT+QP22usAAs=</PlainValue> </Secret> </Data> </Key> </Device> </KeyContainer>