public class SymCrypto extends Object
| Modifier and Type | Method and Description |
|---|---|
static SymCrypto |
getInstance(Connection con)
Returns the SymCrypto object correspondence to the connection passed in
|
static void |
insert(Connection con,
SecPwd secpwd)
Creates and SymCrypto object from the SecPwd object and inserts the connection
and the equivalent SymCRypto object into the hash table storage.
|
static void |
remove(Connection con)
Removed the mapping of this JDBC connection from the hash table if present
|
public static SymCrypto getInstance(Connection con) throws SecurityException
con - SecurityExceptionpublic static void insert(Connection con, SecPwd secpwd)
con - - the JDBC connectionsecpwd - - the SecPwd object associated with the JDBC connectionpublic static void remove(Connection con)
con - - JDBC connection whose entry is to be removed from the hash table storageCopyright © 2017. All Rights Reserved.