de.smartics.properties.security.esapi
Class EsapiPropertyValueSecurity

Package class diagram package EsapiPropertyValueSecurity
java.lang.Object
  extended by de.smartics.properties.security.esapi.AbstractEsapiPropertyValueSecurity
      extended by de.smartics.properties.security.esapi.EsapiPropertyValueSecurity
All Implemented Interfaces:
PropertyValueSecurity, Serializable

public class EsapiPropertyValueSecurity
     
     
extends AbstractEsapiPropertyValueSecurity

Implementation bases on OWASP ESAPI.

Please refer to ESAPI 2.0 Symmetric Encryption User Guide for configuration details.

See Also:
Serialized Form

Constructor Summary
EsapiPropertyValueSecurity()
          Default constructor.
 
Method Summary
protected  org.owasp.esapi.Encryptor provideEncryptor()
          Provides the encryptor to use for encryption.
 
Methods inherited from class de.smartics.properties.security.esapi.AbstractEsapiPropertyValueSecurity
decrypt, encrypt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EsapiPropertyValueSecurity

public EsapiPropertyValueSecurity()
Default constructor.

Method Detail

provideEncryptor

protected org.owasp.esapi.Encryptor provideEncryptor()
Description copied from class: AbstractEsapiPropertyValueSecurity
Provides the encryptor to use for encryption.

Specified by:
provideEncryptor in class AbstractEsapiPropertyValueSecurity
Returns:
the encryptor to use for encryption.


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.