Package com.logicaldoc.util.security


package com.logicaldoc.util.security
Utility classes to manage certificates and general security-related tasks
Since:
1.0
  • Class
    Description
    A dummy verifier that accepts all the certificates, unless the environment variable ldoc.ssl.validate = true
    An SSL socket factory that will let any certifacte pass, even if it's expired or not singed by a root CA, unless the environment variable ldoc.ssl.validate = true
    Trust manager that trusts all the certificates unless the environment variable ldoc.ssl.validate = true
    A bean to carry the pasword criteria
    A password generator utility
    An utility class to validate the passwords
    Utility class to encrypt/decrypt strings