gluu
公開メンバ関数 | 非公開変数類 | 全メンバ一覧
org.gluu.credmanager.plugins.authnmethod.conf.otp.HOTPConfig クラス
org.gluu.credmanager.plugins.authnmethod.conf.otp.HOTPConfig の継承関係図
Inheritance graph
org.gluu.credmanager.plugins.authnmethod.conf.otp.HOTPConfig 連携図
Collaboration graph

公開メンバ関数

int getLookAheadWindow ()
 
void setLookAheadWindow (int lookAheadWindow)
 
int getKeyLength ()
 
void setKeyLength (int keyLength)
 
int getDigits ()
 
void setDigits (int digits)
 

非公開変数類

int lookAheadWindow
 

詳解

Created by jgomer on 2018-06-28.

関数詳解

◆ getDigits()

int org.gluu.credmanager.plugins.authnmethod.conf.otp.BaseOTPConfig.getDigits ( )
inlineinherited
24  {
25  return digits;
26  }

◆ getKeyLength()

int org.gluu.credmanager.plugins.authnmethod.conf.otp.BaseOTPConfig.getKeyLength ( )
inlineinherited
16  {
17  return keyLength;
18  }

◆ getLookAheadWindow()

int org.gluu.credmanager.plugins.authnmethod.conf.otp.HOTPConfig.getLookAheadWindow ( )
inline
18  {
19  return lookAheadWindow;
20  }

◆ setDigits()

void org.gluu.credmanager.plugins.authnmethod.conf.otp.BaseOTPConfig.setDigits ( int  digits)
inlineinherited
28  {
29  this.digits = digits;
30  }

◆ setKeyLength()

void org.gluu.credmanager.plugins.authnmethod.conf.otp.BaseOTPConfig.setKeyLength ( int  keyLength)
inlineinherited
20  {
21  this.keyLength = keyLength;
22  }

◆ setLookAheadWindow()

void org.gluu.credmanager.plugins.authnmethod.conf.otp.HOTPConfig.setLookAheadWindow ( int  lookAheadWindow)
inline
22  {
24  }

メンバ詳解

◆ lookAheadWindow

int org.gluu.credmanager.plugins.authnmethod.conf.otp.HOTPConfig.lookAheadWindow
private

このクラス詳解は次のファイルから抽出されました: