Package com.bastiaanjansen.otp
Class HOTP.Builder
- java.lang.Object
-
- com.bastiaanjansen.otp.HOTP.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder(byte[] secret)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HOTPbuild()Build the generator with specified optionsprotected HOTP.BuildergetBuilder()
-
-
-
Method Detail
-
getBuilder
protected HOTP.Builder getBuilder()
-
build
public HOTP build()
Build the generator with specified options- Returns:
- HOTP
-
-