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

com.outbrain.ob1k.security.server.AuthenticationCookieEncryptor Maven / Gradle / Ivy

The newest version!
package com.outbrain.ob1k.security.server;

public interface AuthenticationCookieEncryptor {

  AuthenticationCookie decrypt(final String encryptedCookie);

  String encrypt(final AuthenticationCookie authenticationCookie);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy