net.sourceforge.jaulp.crypto.interfaces
Interface Crypto


public interface Crypto

Interface for the Crypto object.

Version:
1.0
Author:
Asterios Raptis

Method Summary
 java.lang.String getAlgorithm()
          Returns the algorithm from the Crypto object.
 java.security.Provider getProvider()
          Returns the provider from the Crypto object.
 void setAlgorithm(java.lang.String algorithm)
          Sets the algorithm from the Crypto object.
 void setProvider(java.security.Provider provider)
          Sets the provider from the Crypto object.
 

Method Detail

getAlgorithm

java.lang.String getAlgorithm()
Returns the algorithm from the Crypto object.

Returns:
Returns the algorithm from the Crypto object.

getProvider

java.security.Provider getProvider()
Returns the provider from the Crypto object.

Returns:
Returns the provider from the Crypto object.

setAlgorithm

void setAlgorithm(java.lang.String algorithm)
Sets the algorithm from the Crypto object.

Parameters:
algorithm - The algorithm to set.

setProvider

void setProvider(java.security.Provider provider)
Sets the provider from the Crypto object.

Parameters:
provider - The provider to set.


Copyright © 2010. All Rights Reserved.