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

公開メンバ関数

int getTimeStep ()
 
String getHmacShaAlgorithm ()
 
void setTimeStep (int timeStep)
 
void setHmacShaAlgorithm (String hmacShaAlgorithm)
 
int getKeyLength ()
 
void setKeyLength (int keyLength)
 
int getDigits ()
 
void setDigits (int digits)
 

非公開変数類

int timeStep
 
String hmacShaAlgorithm
 

詳解

Created by jgomer on 2018-06-28.

関数詳解

◆ getDigits()

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

◆ getHmacShaAlgorithm()

String org.gluu.credmanager.plugins.authnmethod.conf.otp.TOTPConfig.getHmacShaAlgorithm ( )
inline
23  {
24  return hmacShaAlgorithm;
25  }
String hmacShaAlgorithm
Definition: TOTPConfig.java:17

◆ getKeyLength()

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

◆ getTimeStep()

int org.gluu.credmanager.plugins.authnmethod.conf.otp.TOTPConfig.getTimeStep ( )
inline
19  {
20  return timeStep;
21  }

◆ setDigits()

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

◆ setHmacShaAlgorithm()

void org.gluu.credmanager.plugins.authnmethod.conf.otp.TOTPConfig.setHmacShaAlgorithm ( String  hmacShaAlgorithm)
inline
31  {
33  }
String hmacShaAlgorithm
Definition: TOTPConfig.java:17

◆ setKeyLength()

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

◆ setTimeStep()

void org.gluu.credmanager.plugins.authnmethod.conf.otp.TOTPConfig.setTimeStep ( int  timeStep)
inline
27  {
28  this.timeStep = timeStep;
29  }

メンバ詳解

◆ hmacShaAlgorithm

String org.gluu.credmanager.plugins.authnmethod.conf.otp.TOTPConfig.hmacShaAlgorithm
private

◆ timeStep

int org.gluu.credmanager.plugins.authnmethod.conf.otp.TOTPConfig.timeStep
private

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