com.maverick.ssh.components.jce
Interface JCEAlgorithms

All Known Implementing Classes:
JCEComponentManager, JCEProvider

public interface JCEAlgorithms

Interface containing the JCE algorithms required by the API.

Author:
Lee David Painter

Field Summary
static String JCE_AESCBCNOPADDING
          AES encryption algorithm 'AES/CBC/NoPadding'
static String JCE_AESCTRNOPADDING
          AES in counter clock mode 'AES/CTR/NoPadding'
static String JCE_BLOWFISHCBCNOPADDING
          Blowfish encryption algorithm 'Blowfish/CBC/NoPadding'
static String JCE_DESCBCNOPADDING
          DES encrpytion algorithm 'DES/CBC/NoPadding'
static String JCE_DH
          Diffie Hellman key agreement algorithm 'DH'
static String JCE_DSA
          DSA public key algorithm 'DSA'
static String JCE_HMACMD5
          MD5 message authentication code algorithm 'HmacMD5'
static String JCE_HMACSHA1
          SHA1 message authentication code algorithm 'HmacSha1'
static String JCE_MD5
          MD5 digest algorithm 'MD5'
static String JCE_RSA
          RSA public key algorithm 'RSA'
static String JCE_RSANONEPKCS1PADDING
          RSA encryption algorithm 'RSA/NONE/PKCS1Padding'
static String JCE_SHA1
          SHA1 digest algorithm 'SHA-1'
static String JCE_SHA1PRNG
          Secure random algorithm 'Sha1PRNG'
static String JCE_SHA1WithDSA
          DSA signature algorithm 'SHA1WithDSA'
static String JCE_SHA1WithRSA
          RSA signature algorithm 'SHA1WithRSA'
static String JCE_X509
          X509 certificate algorithm 'X.509'
 

Field Detail

JCE_SHA1PRNG

static final String JCE_SHA1PRNG
Secure random algorithm 'Sha1PRNG'

See Also:
Constant Field Values

JCE_RSA

static final String JCE_RSA
RSA public key algorithm 'RSA'

See Also:
Constant Field Values

JCE_DSA

static final String JCE_DSA
DSA public key algorithm 'DSA'

See Also:
Constant Field Values

JCE_SHA1WithRSA

static final String JCE_SHA1WithRSA
RSA signature algorithm 'SHA1WithRSA'

See Also:
Constant Field Values

JCE_SHA1WithDSA

static final String JCE_SHA1WithDSA
DSA signature algorithm 'SHA1WithDSA'

See Also:
Constant Field Values

JCE_MD5

static final String JCE_MD5
MD5 digest algorithm 'MD5'

See Also:
Constant Field Values

JCE_SHA1

static final String JCE_SHA1
SHA1 digest algorithm 'SHA-1'

See Also:
Constant Field Values

JCE_AESCBCNOPADDING

static final String JCE_AESCBCNOPADDING
AES encryption algorithm 'AES/CBC/NoPadding'

See Also:
Constant Field Values

JCE_BLOWFISHCBCNOPADDING

static final String JCE_BLOWFISHCBCNOPADDING
Blowfish encryption algorithm 'Blowfish/CBC/NoPadding'

See Also:
Constant Field Values

JCE_DH

static final String JCE_DH
Diffie Hellman key agreement algorithm 'DH'

See Also:
Constant Field Values

JCE_HMACMD5

static final String JCE_HMACMD5
MD5 message authentication code algorithm 'HmacMD5'

See Also:
Constant Field Values

JCE_HMACSHA1

static final String JCE_HMACSHA1
SHA1 message authentication code algorithm 'HmacSha1'

See Also:
Constant Field Values

JCE_DESCBCNOPADDING

static final String JCE_DESCBCNOPADDING
DES encrpytion algorithm 'DES/CBC/NoPadding'

See Also:
Constant Field Values

JCE_RSANONEPKCS1PADDING

static final String JCE_RSANONEPKCS1PADDING
RSA encryption algorithm 'RSA/NONE/PKCS1Padding'

See Also:
Constant Field Values

JCE_X509

static final String JCE_X509
X509 certificate algorithm 'X.509'

See Also:
Constant Field Values

JCE_AESCTRNOPADDING

static final String JCE_AESCTRNOPADDING
AES in counter clock mode 'AES/CTR/NoPadding'

See Also:
Constant Field Values


Copyright © 2012. All Rights Reserved.