Interface TextEncryptorLocator

All Known Implementing Classes:
KeyStoreTextEncryptorLocator, SingleTextEncryptorLocator

public interface TextEncryptorLocator
Author:
Dave Syer, Bartosz Wojtkiewicz
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.security.crypto.encrypt.TextEncryptor
     
  • Method Details

    • locate

      org.springframework.security.crypto.encrypt.TextEncryptor locate(Map<String,String> keys)