com.capitalone.dashboard.service.EncryptionService Maven / Gradle / Ivy
package com.capitalone.dashboard.service;
public interface EncryptionService {
/**
* Encrypts a string.
*
* @param message to encrypt
* @return encrypted message
*/
String encrypt(String message);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy