JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.zaproxy.addon.commonlib.internal
Interface TotpSupport.TotpGenerator
Enclosing class:
TotpSupport
public static interface
TotpSupport.TotpGenerator
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
generate
(
TotpSupport.TotpData
data,
Instant
when)
List
<
String
>
getSupportedAlgorithms
()
Method Details
generate
String
generate
(
TotpSupport.TotpData
data,
Instant
when)
getSupportedAlgorithms
List
<
String
>
getSupportedAlgorithms
()