Skip navigation links
C D E G I J O R S U 

C

ClearCrypt - Class in org.apache.fulcrum.crypto.provider
This is a dummy for "cleartext" encryption.
ClearCrypt() - Constructor for class org.apache.fulcrum.crypto.provider.ClearCrypt
Constructor
configure(Configuration) - Method in class org.apache.fulcrum.crypto.DefaultCryptoService
Avalon component lifecycle method
CryptoAlgorithm - Interface in org.apache.fulcrum.crypto
This interface describes the various Crypto Algorithms that are handed out by the Crypto Service.
CryptoService - Interface in org.apache.fulcrum.crypto
An implementation of CryptoService that uses either supplied crypto Algorithms (provided in Fulcrum.properties) or tries to get them via the normal java mechanisms if this fails.

D

DEFAULT_CIPHER - Static variable in class org.apache.fulcrum.crypto.provider.JavaCrypt
The default cipher
DEFAULT_CIPHER - Static variable in class org.apache.fulcrum.crypto.provider.OldJavaCrypt
The default cipher
DefaultCryptoService - Class in org.apache.fulcrum.crypto
An implementation of CryptoService that uses either supplied crypto Algorithms (provided in the component config xml file) or tries to get them via the normal java mechanisms if this fails.
DefaultCryptoService() - Constructor for class org.apache.fulcrum.crypto.DefaultCryptoService
 
dispose() - Method in class org.apache.fulcrum.crypto.DefaultCryptoService
Avalon component lifecycle method

E

encrypt(String) - Method in interface org.apache.fulcrum.crypto.CryptoAlgorithm
Performs the actual encryption.
encrypt(String) - Method in class org.apache.fulcrum.crypto.provider.ClearCrypt
This method performs no encryption and will simply return the value passed
encrypt(String) - Method in class org.apache.fulcrum.crypto.provider.JavaCrypt
Encrypt the supplied string with the requested cipher
encrypt(String) - Method in class org.apache.fulcrum.crypto.provider.OldJavaCrypt
Encrypt the supplied string with the requested cipher
encrypt(String) - Method in class org.apache.fulcrum.crypto.provider.UnixCrypt
Encrypt the supplied string with the requested cipher

G

getCryptoAlgorithm(String) - Method in interface org.apache.fulcrum.crypto.CryptoService
Returns a CryptoAlgorithm Object which represents the requested crypto algorithm.
getCryptoAlgorithm(String) - Method in class org.apache.fulcrum.crypto.DefaultCryptoService
Returns a CryptoAlgorithm Object which represents the requested crypto algorithm.

I

initialize() - Method in class org.apache.fulcrum.crypto.DefaultCryptoService
Initialize the service

J

JavaCrypt - Class in org.apache.fulcrum.crypto.provider
Implements the normal java.security.MessageDigest stream cipers.
JavaCrypt() - Constructor for class org.apache.fulcrum.crypto.provider.JavaCrypt
Constructor

O

OldJavaCrypt - Class in org.apache.fulcrum.crypto.provider
This is the Message Digest Implementation of Turbine 2.1.
OldJavaCrypt() - Constructor for class org.apache.fulcrum.crypto.provider.OldJavaCrypt
Constructor
org.apache.fulcrum.crypto - package org.apache.fulcrum.crypto
Contains the Crypto Service providing you with a variety of Crypto algorithms.
org.apache.fulcrum.crypto.provider - package org.apache.fulcrum.crypto.provider
Algorithm providers for the Crypto Service.

R

ROLE - Static variable in interface org.apache.fulcrum.crypto.CryptoService
 

S

setCipher(String) - Method in interface org.apache.fulcrum.crypto.CryptoAlgorithm
Algorithms that perform multiple ciphers get told with setCipher, which cipher to use.
setCipher(String) - Method in class org.apache.fulcrum.crypto.provider.ClearCrypt
This class never uses an algorithm, so this is just a dummy.
setCipher(String) - Method in class org.apache.fulcrum.crypto.provider.JavaCrypt
Setting the actual cipher requested.
setCipher(String) - Method in class org.apache.fulcrum.crypto.provider.OldJavaCrypt
Setting the actual cipher requested.
setCipher(String) - Method in class org.apache.fulcrum.crypto.provider.UnixCrypt
This class never uses anything but UnixCrypt, so it is just a dummy (Fixme: Should we throw an exception if something is requested that we don't support?
setSeed(String) - Method in interface org.apache.fulcrum.crypto.CryptoAlgorithm
Allows the user to set a salt value whenever the algorithm is used.
setSeed(String) - Method in class org.apache.fulcrum.crypto.provider.ClearCrypt
This class never uses a seed, so this is just a dummy.
setSeed(String) - Method in class org.apache.fulcrum.crypto.provider.JavaCrypt
This class never uses a seed, so this is just a dummy.
setSeed(String) - Method in class org.apache.fulcrum.crypto.provider.OldJavaCrypt
This class never uses a seed, so this is just a dummy.
setSeed(String) - Method in class org.apache.fulcrum.crypto.provider.UnixCrypt
Setting the seed for the UnixCrypt algorithm.

U

UnixCrypt - Class in org.apache.fulcrum.crypto.provider
Implements Standard Unix crypt(3) for use with the Crypto Service.
UnixCrypt() - Constructor for class org.apache.fulcrum.crypto.provider.UnixCrypt
Constructor
C D E G I J O R S U 
Skip navigation links

Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.