Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)

com.lapetus_ltd.api.common
Class TLptsCryptoUtil.Credentials

java.lang.Object
  extended by com.lapetus_ltd.api.common.TLptsCryptoUtil.Credentials
Enclosing class:
TLptsCryptoUtil

public static class TLptsCryptoUtil.Credentials
extends java.lang.Object

This is TLptsCryptoUtil.Credentials, which is a simple class used to read and store encrypted credentials. It just has two fields, which are public and accessible.


Field Summary
 java.lang.String password
          The password part of the credential.
 java.lang.String userName
          The user name part of the credential.
 
Constructor Summary
TLptsCryptoUtil.Credentials()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

password

public java.lang.String password
The password part of the credential.


userName

public java.lang.String userName
The user name part of the credential.

Constructor Detail

TLptsCryptoUtil.Credentials

public TLptsCryptoUtil.Credentials()


Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)