public interface Authenticator
Modifier and Type | Method and Description |
---|---|
com.knowgate.encryption.AuthenticationOutcome |
autenticate(Credentials credentials) |
Credentials |
decrypt(String authenticationString,
com.knowgate.encryption.PasswordEncryption encryptionMethod) |
String |
encrypt(String authenticationString,
com.knowgate.encryption.PasswordEncryption encryptionMethod) |
com.knowgate.encryption.AuthenticationOutcome autenticate(Credentials credentials)
Credentials decrypt(String authenticationString, com.knowgate.encryption.PasswordEncryption encryptionMethod) throws IllegalArgumentException
IllegalArgumentException
Copyright © 2019 KnowGate. All rights reserved.