| Class | Description |
|---|---|
| OtpTokenInfo |
OTP-TOKENINFO ::= SEQUENCE {
flags [0] OTPFlags,
otp-vendor [1] UTF8String OPTIONAL,
otp-challenge [2] OCTET STRING (SIZE(1..MAX)) OPTIONAL,
otp-length [3] Int32 OPTIONAL,
otp-format [4] OTPFormat OPTIONAL,
otp-tokenID [5] OCTET STRING OPTIONAL,
otp-algID [6] AnyURI OPTIONAL,
supportedHashAlg [7] SEQUENCE OF AlgorithmIdentifier OPTIONAL,
iterationCount [8] Int32 OPTIONAL
}
|
| PaOtpChallenge |
PA-OTP-CHALLENGE ::= SEQUENCE {
nonce [0] OCTET STRING,
otp-service [1] UTF8String OPTIONAL,
otp-tokenInfo [2] SEQUENCE (SIZE(1..MAX)) OF OTP-TOKENINFO,
salt [3] KerberosString OPTIONAL,
s2kparams [4] OCTET STRING OPTIONAL,
}
|
| Enum | Description |
|---|---|
| OtpTokenInfo.OtpTokenInfoField | |
| PaOtpChallenge.PaOtpChallengeField |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.