Uses of Class
de.smartics.properties.api.core.security.SecurityException

Packages that use SecurityException
de.smartics.properties.api.core.security Provides security mechanisms to protect property values. 
 

Uses of SecurityException in de.smartics.properties.api.core.security
 

Methods in de.smartics.properties.api.core.security that throw SecurityException
protected  Cipher SystemPropertyBasedPropertyValueSecurity.createCipher(PropertyDescriptor descriptor)
          Creates the cipher instance.
protected  SecretKey SystemPropertyBasedPropertyValueSecurity.createKey(PropertyDescriptor descriptor)
          Creates the symmetric key instance.
 String SystemPropertyBasedPropertyValueSecurity.decrypt(PropertyDescriptor descriptor, String encryptedValue)
           
 String PropertyValueSecurity.decrypt(PropertyDescriptor descriptor, String encryptedValue)
          Decrypts the given property value.
 String PropertiesBasedPropertyValueSecurity.decrypt(PropertyDescriptor descriptor, String encryptedValue)
           
protected  String AbstractPropertyValueSecurity.decrypt(PropertyDescriptor descriptor, String encryptedValue, SecretKey key, Cipher cipher)
          Decrypts the given property value.
 String SystemPropertyBasedPropertyValueSecurity.encrypt(PropertyDescriptor descriptor, String plainValue)
           
 String PropertyValueSecurity.encrypt(PropertyDescriptor descriptor, String plainValue)
          Encrypts the given property value.
 String PropertiesBasedPropertyValueSecurity.encrypt(PropertyDescriptor descriptor, String plainValue)
           
protected  String AbstractPropertyValueSecurity.encrypt(PropertyDescriptor descriptor, String plainValue, SecretKey key, Cipher cipher)
          Encrypts the given property value.
 



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