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

Uses of Class
com.lapetus_ltd.api.common.TLptsCryptoUtil.Credentials

Packages that use TLptsCryptoUtil.Credentials
com.lapetus_ltd.api.common This package contains the utility classes for the JUT component. 
 

Uses of TLptsCryptoUtil.Credentials in com.lapetus_ltd.api.common
 

Methods in com.lapetus_ltd.api.common that return TLptsCryptoUtil.Credentials
 TLptsCryptoUtil.Credentials TLptsCryptoUtil.decryptCredentialsAES(byte[] encryptedData)
           Decrypts credentials (user name and password) to the internal Credential format using the default AES cipher.
 TLptsCryptoUtil.Credentials TLptsCryptoUtil.decryptCredentialsRSA(byte[] encryptedData)
           Decrypts credentials (user name and password) to the Credential class format using the default RSA cipher.
static TLptsCryptoUtil.Credentials TLptsCryptoUtil.defaultDecryptCredentialsAES(byte[] encryptedData)
           Decrypts credentials (user name and password) to the Credential class format using the default AES cipher.
static TLptsCryptoUtil.Credentials TLptsCryptoUtil.defaultDecryptCredentialsRSA(byte[] encryptedData)
           Decrypts credentials (user name and password) to the Credential class format using the default RSA cipher.
 



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