Class PropertyEncryptor

java.lang.Object
com.atlassian.crowd.crypto.PropertyEncryptor

public class PropertyEncryptor extends Object
  • Constructor Details

    • PropertyEncryptor

      public PropertyEncryptor(Encryptor encryptor)
    • PropertyEncryptor

      public PropertyEncryptor(Encryptor encryptor, Map<String,Set<String>> encryptedNames)
      Parameters:
      encryptor - encryptor to encrypt sensitive data
      encryptedNames - property key to set of property names to encrypt
  • Method Details