Package com.logicaldoc.util.security
Utility classes to manage certificates and general security-related tasks
- Since:
- 1.0
-
Class Summary Class Description EasyHostnameVerifier A dummy verifier that accepts all the certificates, unless the environment variableldoc.ssl.validate = true
EasySSLSocketFactory 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 variableldoc.ssl.validate = true
EasyX509TrustManager Trust manager that trusts all the certificates unless the environment variableldoc.ssl.validate = true
PasswordGenerator A password generator utilityPasswordValidator An utility class to validate the passwordsStringEncrypter Utility class to encrypt/decrypt strings -
Exception Summary Exception Description StringEncrypter.EncryptionException