public final class LispAuthenticationFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
byte[] |
createAuthenticationData(LispAuthenticationKeyEnum authType,
String authKey,
byte[] data)
Generates a new authentication data with given authentication key and
authentication type.
|
static LispAuthenticationFactory |
getInstance()
Obtains a factory singleton instance.
|
public static LispAuthenticationFactory getInstance()
public byte[] createAuthenticationData(LispAuthenticationKeyEnum authType, String authKey, byte[] data)
authType - authentication key typeauthKey - authentication key stringdata - authentication data