JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
de.alpharogroup.crypto.algorithm
Interface Algorithm
All Known Implementing Classes:
AesAlgorithm
,
CompoundAlgorithm
,
HashAlgorithm
,
KeyPairGeneratorAlgorithm
,
KeyPairWithModeAndPaddingAlgorithm
,
MacAlgorithm
,
MdAlgorithm
,
RngAlgorithm
,
SunJCEAlgorithm
public interface
Algorithm
The interface
Algorithm
is for enums that represents an algorithm for encryption or decryption.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.String
getAlgorithm
()
Gets the algorithm for encryption or decryption.
Method Detail
getAlgorithm
java.lang.String getAlgorithm()
Gets the algorithm for encryption or decryption.
Returns:
the algorithm
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method