public class AuthenticationMechanism extends Object
| Constructor and Description |
|---|
AuthenticationMechanism(SymmetricKey symmetricKey)
Constructor for initialization.
|
| Modifier and Type | Method and Description |
|---|---|
SymmetricKey |
getSymmetricKey()
Getter for symmetric key.
|
public AuthenticationMechanism(SymmetricKey symmetricKey)
symmetricKey - symmetricKey used for Authpublic SymmetricKey getSymmetricKey()
Copyright © 2017. All rights reserved.