de.smartics.properties.admin.domain.model
Class Security

Package class diagram package Security
java.lang.Object
  extended by de.smartics.properties.admin.domain.model.Security
All Implemented Interfaces:
Serializable

public final class Security
     
     
extends Object
implements Serializable

Provides security information to encryped and decrpted texts.

See Also:
Serialized Form

Constructor Summary
Security(String plainText, String encryptedText)
          Default constructor.
 
Method Summary
 String getEncryptedText()
          Returns the encrypted text.
 String getPlainText()
          Returns the plain text.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Security

public Security(String plainText,
                String encryptedText)
Default constructor.

Parameters:
plainText - the plain text.
encryptedText - the encrypted text.
Method Detail

getEncryptedText

public String getEncryptedText()
Returns the encrypted text. May be null.

Returns:
the encrypted text.

getPlainText

public String getPlainText()
Returns the plain text. May be null.

Returns:
the plain text.


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