Interface | Description |
---|---|
IdGenerator |
Generation strategy for random identifiers.
|
Nonce |
Nonce generation strategy.
|
Class | Description |
---|---|
AbstractOTPGenerator | |
HOTPGenerator |
OTP generator component that implements the HOTP scheme described in RFC 4226.
|
KeyPairGenerator |
Static factory that generates various types of asymmetric key pairs.
|
RandomIdGenerator |
Generates random identifiers with an alphanumeric character set by default.
|
SecretKeyGenerator |
Factory class with static methods for generating
SecretKey s. |
TOTPGenerator |
OTP generator component that implements the TOTP scheme described in RFC 6238.
|
Exception | Description |
---|---|
LimitException |
Runtime exception that describes a condition where some fundamental limit
imposed by the implementation or specification of a generator has been
exceeded.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.