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
org.antfarmer.ejce.parameter.key_loader
Interface KeyLoader
All Known Implementing Classes:
AbstractSymmetricKeyLoader
public interface
KeyLoader
Interface for loading cipher keys from various sources.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Key
loadKey
(
String
algorithm)
Loads a cipher key.
Method Detail
loadKey
Key
loadKey(
String
algorithm)
Loads a cipher key.
Parameters:
algorithm
- the algorithm for the key
Returns:
a cipher key
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