JXTA

jxta.security.crypto
Interface JxtaCrypto


public interface JxtaCrypto


Field Summary
static byte MEMBER_MD5
           
static byte MEMBER_RC4
           
static byte MEMBER_RSA
           
static byte MEMBER_SHA1
           
static java.lang.String name
           
static int nCiphers
           
static int nDigests
           
static int nMacs
           
static byte PROFILE_RC4_MD5
           
static byte PROFILE_RC4_SHA1
           
static byte PROFILE_RSA_MD5
           
static byte PROFILE_RSA_RC4_MD5
           
static byte PROFILE_RSA_RC4_SHA1
           
static byte PROFILE_RSA_RC4_SHA1_MD5
           
static byte PROFILE_RSA_SHA1
           
 
Method Summary
 Cipher getJxtaCipher()
           
 Cipher getJxtaCipher(byte type)
           
 Hash getJxtaHash()
           
 Hash getJxtaHash(byte type)
           
 KeyExchange getJxtaKeyExchange()
           
 MAC getJxtaMAC()
           
 PublicKeyAlgorithm getJxtaPublicKeyAlgorithm()
           
 Signature getJxtaSignature()
           
 

Field Detail

name

public static final java.lang.String name

MEMBER_RC4

public static final byte MEMBER_RC4

MEMBER_RSA

public static final byte MEMBER_RSA

MEMBER_SHA1

public static final byte MEMBER_SHA1

MEMBER_MD5

public static final byte MEMBER_MD5

nDigests

public static final int nDigests

nCiphers

public static final int nCiphers

nMacs

public static final int nMacs

PROFILE_RSA_RC4_SHA1

public static final byte PROFILE_RSA_RC4_SHA1

PROFILE_RSA_RC4_MD5

public static final byte PROFILE_RSA_RC4_MD5

PROFILE_RSA_SHA1

public static final byte PROFILE_RSA_SHA1

PROFILE_RSA_MD5

public static final byte PROFILE_RSA_MD5

PROFILE_RSA_RC4_SHA1_MD5

public static final byte PROFILE_RSA_RC4_SHA1_MD5

PROFILE_RC4_SHA1

public static final byte PROFILE_RC4_SHA1

PROFILE_RC4_MD5

public static final byte PROFILE_RC4_MD5
Method Detail

getJxtaCipher

public Cipher getJxtaCipher()

getJxtaCipher

public Cipher getJxtaCipher(byte type)
                     throws CryptoException

getJxtaHash

public Hash getJxtaHash()

getJxtaHash

public Hash getJxtaHash(byte type)
                 throws CryptoException

getJxtaKeyExchange

public KeyExchange getJxtaKeyExchange()

getJxtaMAC

public MAC getJxtaMAC()

getJxtaPublicKeyAlgorithm

public PublicKeyAlgorithm getJxtaPublicKeyAlgorithm()

getJxtaSignature

public Signature getJxtaSignature()

JXTA