jxta.security.crypto
Interface JxtaCrypto
- public interface JxtaCrypto
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
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()