All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.capitalone.dashboard.service.EncryptionService Maven / Gradle / Ivy

There is a newer version: 3.4.53
Show newest version
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