Copyright 2009,2010,
Lapetus Systems Ltd.
(All rights reserved)
Overview
Package
Class
Use
Tree
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
Z
_
D
dataBytes
- Variable in class com.lapetus_ltd._2009.xml.types.
XLptsXmlRowSetRowObjectType
dataFileUrl
- Variable in class com.lapetus_ltd._2009.xml.types.
XLptsDBConnectionType
DATE_DD_MM_YY_HH_MM
- Static variable in class com.lapetus_ltd.api.common.
TLptsTimeUtil
DATE_DD_MM_YYYY
- Static variable in class com.lapetus_ltd.api.common.
TLptsTimeUtil
DATE_DDMMYY_HH_MM_1
- Static variable in class com.lapetus_ltd.api.common.
TLptsTimeUtil
DATE_DDMMYY_HH_MM_2
- Static variable in class com.lapetus_ltd.api.common.
TLptsTimeUtil
DATE_DDMMYY_HH_MM_SS_1
- Static variable in class com.lapetus_ltd.api.common.
TLptsTimeUtil
DATE_DDMMYY_HH_MM_SS_2
- Static variable in class com.lapetus_ltd.api.common.
TLptsTimeUtil
DATE_DDMMYY_HH_MM_SS_3
- Static variable in class com.lapetus_ltd.api.common.
TLptsTimeUtil
DATE_DDMMYY_HH_MM_SS_S
- Static variable in class com.lapetus_ltd.api.common.
TLptsTimeUtil
DATE_DDMMYYYY
- Static variable in class com.lapetus_ltd.api.common.
TLptsTimeUtil
DATE_MM_DD_YY_HH_MM
- Static variable in class com.lapetus_ltd.api.common.
TLptsTimeUtil
DATE_MM_DD_YYYY
- Static variable in class com.lapetus_ltd.api.common.
TLptsTimeUtil
DATE_MMDDYY_HH_MM_1
- Static variable in class com.lapetus_ltd.api.common.
TLptsTimeUtil
DATE_MMDDYY_HH_MM_2
- Static variable in class com.lapetus_ltd.api.common.
TLptsTimeUtil
dateFormat
- Variable in class com.lapetus_ltd._2009.xml.types.
XLptsDBWorkspaceType
DATETIME
- Static variable in class com.lapetus_ltd.api.db.control.
TLptsFactoryStatement
Used by MS-SQL for DATE-TIME.
decryptAES(byte[])
- Method in class com.lapetus_ltd.api.common.
TLptsCryptoUtil
Decrypts the encrypted data with the instantiation's AES cipher.
decryptCredentialsAES(byte[])
- Method in class com.lapetus_ltd.api.common.
TLptsCryptoUtil
Decrypts credentials (user name and password) to the internal Credential format using the default AES cipher.
decryptCredentialsRSA(byte[])
- Method in class com.lapetus_ltd.api.common.
TLptsCryptoUtil
Decrypts credentials (user name and password) to the Credential class format using the default RSA cipher.
decryptRSA(byte[])
- Method in class com.lapetus_ltd.api.common.
TLptsCryptoUtil
Decrypts the encrypted data with the instantiation's RSA cipher.
DEFAULT_AES_INSTANCE_STRING
- Static variable in class com.lapetus_ltd.api.common.
TLptsCryptoUtil
The default instance string for the internal 128 bit AES Cipher (used by Cipher.getInstance).
DEFAULT_AES_KEY_BIT_SIZE
- Static variable in class com.lapetus_ltd.api.common.
TLptsCryptoUtil
The default key size for the internal AES key pair.
DEFAULT_AES_KEY_STRING
- Static variable in class com.lapetus_ltd.api.common.
TLptsCryptoUtil
The default key string for the internal 128 bit AES Cipher (used by KeyFactory.getInstance).
DEFAULT_RSA_INSTANCE_STRING
- Static variable in class com.lapetus_ltd.api.common.
TLptsCryptoUtil
The default instance string for the internal 1024 bit RSA Cipher (used by Cipher.getInstance).
DEFAULT_RSA_KEY_BIT_SIZE
- Static variable in class com.lapetus_ltd.api.common.
TLptsCryptoUtil
The default key size for the internal RSA key pair.
DEFAULT_RSA_KEY_STRING
- Static variable in class com.lapetus_ltd.api.common.
TLptsCryptoUtil
The default key string for the internal 1024 bit RSA Cipher (used by KeyFactory.getInstance).
defaultCharSet
- Variable in class com.lapetus_ltd._2009.xml.types.
XLptsDriverLoaderType
defaultCharSet
- Variable in class com.lapetus_ltd._2009.xml.types.
XLptsDriverType
defaultDecryptAES(byte[])
- Static method in class com.lapetus_ltd.api.common.
TLptsCryptoUtil
Decrypts the encrypted data supplied with the internal default AES Cipher.
defaultDecryptCredentialsAES(byte[])
- Static method in class com.lapetus_ltd.api.common.
TLptsCryptoUtil
Decrypts credentials (user name and password) to the Credential class format using the default AES cipher.
defaultDecryptCredentialsRSA(byte[])
- Static method in class com.lapetus_ltd.api.common.
TLptsCryptoUtil
Decrypts credentials (user name and password) to the Credential class format using the default RSA cipher.
defaultDecryptRSA(byte[])
- Static method in class com.lapetus_ltd.api.common.
TLptsCryptoUtil
Decrypts the encrypted data supplied with the internal default RSA Cipher.
defaultEncryptAES(byte[])
- Static method in class com.lapetus_ltd.api.common.
TLptsCryptoUtil
Encrypts the data supplied with the internal default AES Cipher.
defaultEncryptCredentialsAES(String, String)
- Static method in class com.lapetus_ltd.api.common.
TLptsCryptoUtil
Encrypts credentials (user name and password) to the internal Credential format using the default AES cipher.
defaultEncryptCredentialsRSA(String, String)
- Static method in class com.lapetus_ltd.api.common.
TLptsCryptoUtil
Encrypts credentials (user name and password) to the internal Credential format using the default RSA cipher.
defaultEncryptRSA(byte[])
- Static method in class com.lapetus_ltd.api.common.
TLptsCryptoUtil
Encrypts the data supplied with the internal default RSA Cipher.
defaultForeignEncryptRSA(byte[])
- Static method in class com.lapetus_ltd.api.common.
TLptsCryptoUtil
Encrypts data with a foreign public key, so that it can be transported securely.
defaultGetAESKeyBitSize()
- Static method in class com.lapetus_ltd.api.common.
TLptsCryptoUtil
Gets the bit size of the AES key.
defaultGetPublicRSAExponent()
- Static method in class com.lapetus_ltd.api.common.
TLptsCryptoUtil
Gets the public key exponent from the internal default RSA key pair.
defaultGetPublicRSAModulus()
- Static method in class com.lapetus_ltd.api.common.
TLptsCryptoUtil
Gets the public key modulus from the internal default RSA key pair.
defaultGetRSAKeyBitSize()
- Static method in class com.lapetus_ltd.api.common.
TLptsCryptoUtil
Gets the size of the RSA key in bits.
defaultInitForeignPublicCipherRSA(BigInteger, BigInteger, int)
- Static method in class com.lapetus_ltd.api.common.
TLptsCryptoUtil
Initiates the default local module so that it can encrypt data with a foreign public key.
defaultInitForeignPublicCipherRSA(BigInteger, BigInteger, int, String, String)
- Static method in class com.lapetus_ltd.api.common.
TLptsCryptoUtil
Initiates the default local module so that it can encrypt data with a foreign public key.
defaultWriteAES2File(String)
- Static method in class com.lapetus_ltd.api.common.
TLptsCryptoUtil
Writes the default AES key to a file.
defaultWriteRSA2Files(String, String)
- Static method in class com.lapetus_ltd.api.common.
TLptsCryptoUtil
Writes the default RSA key pair to two files (private and public).
deleteRow()
- Method in class com.lapetus_ltd.api.db.control.
TLptsRowSet
Javadoc taken from RowSet interface : Deletes the current row from this
ResultSet
object and from the underlying database.
description
- Variable in class com.lapetus_ltd._2009.xml.licencetype.
XLptsLicenceType
double2Bytes(double)
- Static method in class com.lapetus_ltd.api.common.
TLptsBytesUtil
Converts an double primitive to bytes.
driverClass
- Variable in class com.lapetus_ltd._2009.xml.types.
XLptsDriverType
driverListItem
- Variable in class com.lapetus_ltd._2009.xml.types.
XLptsDriverLoaderType
driverListItem
- Variable in class com.lapetus_ltd._2009.xml.types.
XLptsODBCDriverType
driverLoader
- Variable in class com.lapetus_ltd._2009.xml.types.
XLptsDBProjectType
driverName
- Variable in class com.lapetus_ltd._2009.xml.types.
XLptsDriverExtensionSubType
driverType
- Variable in class com.lapetus_ltd._2009.xml.types.
XLptsDBConnectionType
Overview
Package
Class
Use
Tree
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
Z
_
Copyright 2009,2010,
Lapetus Systems Ltd.
(All rights reserved)