|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.h2.security.CipherFactory
public class CipherFactory
A factory to create new block cipher objects.
Method Summary | |
---|---|
static BlockCipher |
getBlockCipher(java.lang.String algorithm)
Get a new block cipher object for the given algorithm. |
static SHA256 |
getHash(java.lang.String algorithm)
Get a new cryptographic hash object for the given algorithm. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static BlockCipher getBlockCipher(java.lang.String algorithm) throws java.sql.SQLException
algorithm
- the algorithm
java.sql.SQLException
public static SHA256 getHash(java.lang.String algorithm) throws java.sql.SQLException
algorithm
- the algorithm
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |