com.safeidentity.common.crypto
Class SICryptConst
java.lang.Object
com.safeidentity.common.crypto.SICryptConst
- public class SICryptConst
- extends java.lang.Object
- Author:
- jkkang
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AES_ECB_16
public static final int AES_ECB_16
- See Also:
- Constant Field Values
AES_CBC_16
public static final int AES_CBC_16
- See Also:
- Constant Field Values
AES_CFB_16
public static final int AES_CFB_16
- See Also:
- Constant Field Values
AES_OFB_16
public static final int AES_OFB_16
- See Also:
- Constant Field Values
AES_ECB_24
public static final int AES_ECB_24
- See Also:
- Constant Field Values
AES_CBC_24
public static final int AES_CBC_24
- See Also:
- Constant Field Values
AES_CFB_24
public static final int AES_CFB_24
- See Also:
- Constant Field Values
AES_OFB_24
public static final int AES_OFB_24
- See Also:
- Constant Field Values
AES_ECB_32
public static final int AES_ECB_32
- See Also:
- Constant Field Values
AES_CBC_32
public static final int AES_CBC_32
- See Also:
- Constant Field Values
AES_CFB_32
public static final int AES_CFB_32
- See Also:
- Constant Field Values
AES_OFB_32
public static final int AES_OFB_32
- See Also:
- Constant Field Values
BLOWFISH_ECB_16
public static final int BLOWFISH_ECB_16
- See Also:
- Constant Field Values
BLOWFISH_CBC_16
public static final int BLOWFISH_CBC_16
- See Also:
- Constant Field Values
BLOWFISH_CFB_16
public static final int BLOWFISH_CFB_16
- See Also:
- Constant Field Values
BLOWFISH_OFB_16
public static final int BLOWFISH_OFB_16
- See Also:
- Constant Field Values
CAST128_ECB_16
public static final int CAST128_ECB_16
- See Also:
- Constant Field Values
CAST128_CBC_16
public static final int CAST128_CBC_16
- See Also:
- Constant Field Values
CAST128_CFB_16
public static final int CAST128_CFB_16
- See Also:
- Constant Field Values
CAST128_OFB_16
public static final int CAST128_OFB_16
- See Also:
- Constant Field Values
DES_ECB_8
public static final int DES_ECB_8
- See Also:
- Constant Field Values
DES_CBC_8
public static final int DES_CBC_8
- See Also:
- Constant Field Values
DES_CFB_8
public static final int DES_CFB_8
- See Also:
- Constant Field Values
DES_OFB_8
public static final int DES_OFB_8
- See Also:
- Constant Field Values
RC2_ECB_16
public static final int RC2_ECB_16
- See Also:
- Constant Field Values
RC2_CBC_16
public static final int RC2_CBC_16
- See Also:
- Constant Field Values
RC2_CFB_16
public static final int RC2_CFB_16
- See Also:
- Constant Field Values
RC2_OFB_16
public static final int RC2_OFB_16
- See Also:
- Constant Field Values
RC5_ECB_16
public static final int RC5_ECB_16
- See Also:
- Constant Field Values
RC5_CBC_16
public static final int RC5_CBC_16
- See Also:
- Constant Field Values
RC5_CFB_16
public static final int RC5_CFB_16
- See Also:
- Constant Field Values
RC5_OFB_16
public static final int RC5_OFB_16
- See Also:
- Constant Field Values
SEED_ECB_16
public static final int SEED_ECB_16
- See Also:
- Constant Field Values
SEED_CBC_16
public static final int SEED_CBC_16
- See Also:
- Constant Field Values
SEED_CFB_16
public static final int SEED_CFB_16
- See Also:
- Constant Field Values
SEED_OFB_16
public static final int SEED_OFB_16
- See Also:
- Constant Field Values
SKIPJACK_ECB_10
public static final int SKIPJACK_ECB_10
- See Also:
- Constant Field Values
SKIPJACK_CBC_10
public static final int SKIPJACK_CBC_10
- See Also:
- Constant Field Values
SKIPJACK_CFB_10
public static final int SKIPJACK_CFB_10
- See Also:
- Constant Field Values
SKIPJACK_OFB_10
public static final int SKIPJACK_OFB_10
- See Also:
- Constant Field Values
TDES_ECB_16
public static final int TDES_ECB_16
- See Also:
- Constant Field Values
TDES_CBC_16
public static final int TDES_CBC_16
- See Also:
- Constant Field Values
TDES_CFB_16
public static final int TDES_CFB_16
- See Also:
- Constant Field Values
TDES_OFB_16
public static final int TDES_OFB_16
- See Also:
- Constant Field Values
HMAC_MD2_16
public static final int HMAC_MD2_16
- See Also:
- Constant Field Values
HMAC_MD5_16
public static final int HMAC_MD5_16
- See Also:
- Constant Field Values
HMAC_SHA0_24
public static final int HMAC_SHA0_24
- See Also:
- Constant Field Values
HMAC_SHA1_24
public static final int HMAC_SHA1_24
- See Also:
- Constant Field Values
HMAC_HAS160_24
public static final int HMAC_HAS160_24
- See Also:
- Constant Field Values
HMAC_RIPEMD160_24
public static final int HMAC_RIPEMD160_24
- See Also:
- Constant Field Values
CBCMAC_AES_16
public static final int CBCMAC_AES_16
- See Also:
- Constant Field Values
CBCMAC_BLOWFISH_16
public static final int CBCMAC_BLOWFISH_16
- See Also:
- Constant Field Values
CBCMAC_CAST128_16
public static final int CBCMAC_CAST128_16
- See Also:
- Constant Field Values
CBCMAC_DES_8
public static final int CBCMAC_DES_8
- See Also:
- Constant Field Values
CBCMAC_RC2_16
public static final int CBCMAC_RC2_16
- See Also:
- Constant Field Values
CBCMAC_RC5_16
public static final int CBCMAC_RC5_16
- See Also:
- Constant Field Values
CBCMAC_SEED_16
public static final int CBCMAC_SEED_16
- See Also:
- Constant Field Values
CBCMAC_SKIPJACK_10
public static final int CBCMAC_SKIPJACK_10
- See Also:
- Constant Field Values
CBCMAC_TDES_16
public static final int CBCMAC_TDES_16
- See Also:
- Constant Field Values
MD5MAC_16
public static final int MD5MAC_16
- See Also:
- Constant Field Values
AES_ECB
public static final int AES_ECB
- See Also:
- Constant Field Values
AES_CBC
public static final int AES_CBC
- See Also:
- Constant Field Values
AES_CFB
public static final int AES_CFB
- See Also:
- Constant Field Values
AES_OFB
public static final int AES_OFB
- See Also:
- Constant Field Values
BLOWFISH_ECB
public static final int BLOWFISH_ECB
- See Also:
- Constant Field Values
BLOWFISH_CBC
public static final int BLOWFISH_CBC
- See Also:
- Constant Field Values
BLOWFISH_CFB
public static final int BLOWFISH_CFB
- See Also:
- Constant Field Values
BLOWFISH_OFB
public static final int BLOWFISH_OFB
- See Also:
- Constant Field Values
CAST128_ECB
public static final int CAST128_ECB
- See Also:
- Constant Field Values
CAST128_CBC
public static final int CAST128_CBC
- See Also:
- Constant Field Values
CAST128_CFB
public static final int CAST128_CFB
- See Also:
- Constant Field Values
CAST128_OFB
public static final int CAST128_OFB
- See Also:
- Constant Field Values
DES_ECB
public static final int DES_ECB
- See Also:
- Constant Field Values
DES_CBC
public static final int DES_CBC
- See Also:
- Constant Field Values
DES_CFB
public static final int DES_CFB
- See Also:
- Constant Field Values
DES_OFB
public static final int DES_OFB
- See Also:
- Constant Field Values
RC2_ECB
public static final int RC2_ECB
- See Also:
- Constant Field Values
RC2_CBC
public static final int RC2_CBC
- See Also:
- Constant Field Values
RC2_CFB
public static final int RC2_CFB
- See Also:
- Constant Field Values
RC2_OFB
public static final int RC2_OFB
- See Also:
- Constant Field Values
RC4
public static final int RC4
- See Also:
- Constant Field Values
RC5_ECB
public static final int RC5_ECB
- See Also:
- Constant Field Values
RC5_CBC
public static final int RC5_CBC
- See Also:
- Constant Field Values
RC5_CFB
public static final int RC5_CFB
- See Also:
- Constant Field Values
RC5_OFB
public static final int RC5_OFB
- See Also:
- Constant Field Values
SEED_ECB
public static final int SEED_ECB
- See Also:
- Constant Field Values
SEED_CBC
public static final int SEED_CBC
- See Also:
- Constant Field Values
SEED_CFB
public static final int SEED_CFB
- See Also:
- Constant Field Values
SEED_OFB
public static final int SEED_OFB
- See Also:
- Constant Field Values
SKIPJACK_ECB
public static final int SKIPJACK_ECB
- See Also:
- Constant Field Values
SKIPJACK_CBC
public static final int SKIPJACK_CBC
- See Also:
- Constant Field Values
SKIPJACK_CFB
public static final int SKIPJACK_CFB
- See Also:
- Constant Field Values
SKIPJACK_OFB
public static final int SKIPJACK_OFB
- See Also:
- Constant Field Values
TDES_ECB
public static final int TDES_ECB
- See Also:
- Constant Field Values
TDES_CBC
public static final int TDES_CBC
- See Also:
- Constant Field Values
TDES_CFB
public static final int TDES_CFB
- See Also:
- Constant Field Values
TDES_OFB
public static final int TDES_OFB
- See Also:
- Constant Field Values
HMAC_MD2
public static final int HMAC_MD2
- See Also:
- Constant Field Values
HMAC_MD5
public static final int HMAC_MD5
- See Also:
- Constant Field Values
HMAC_SHA0
public static final int HMAC_SHA0
- See Also:
- Constant Field Values
HMAC_SHA1
public static final int HMAC_SHA1
- See Also:
- Constant Field Values
HMAC_HAS160
public static final int HMAC_HAS160
- See Also:
- Constant Field Values
HMAC_RIPEMD160
public static final int HMAC_RIPEMD160
- See Also:
- Constant Field Values
CBCMAC_AES
public static final int CBCMAC_AES
- See Also:
- Constant Field Values
CBCMAC_BLOWFISH
public static final int CBCMAC_BLOWFISH
- See Also:
- Constant Field Values
CBCMAC_CAST128
public static final int CBCMAC_CAST128
- See Also:
- Constant Field Values
CBCMAC_DES
public static final int CBCMAC_DES
- See Also:
- Constant Field Values
CBCMAC_RC2
public static final int CBCMAC_RC2
- See Also:
- Constant Field Values
CBCMAC_RC5
public static final int CBCMAC_RC5
- See Also:
- Constant Field Values
CBCMAC_SEED
public static final int CBCMAC_SEED
- See Also:
- Constant Field Values
CBCMAC_SKIPJACK
public static final int CBCMAC_SKIPJACK
- See Also:
- Constant Field Values
CBCMAC_TDES
public static final int CBCMAC_TDES
- See Also:
- Constant Field Values
MD5MAC
public static final int MD5MAC
- See Also:
- Constant Field Values
SICryptConst
public SICryptConst()
Copyright © 2004 SoftForum Corp. All Rights Reserved.