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.bouncycastle.crypto
Interface SymmetricKeyGenerator<T extends
SymmetricKey
>
Type Parameters:
T
- the parameters type for the key generator.
All Known Implementing Classes:
AES.KeyGenerator
,
ARC4.KeyGenerator
,
ARIA.KeyGenerator
,
Blowfish.KeyGenerator
,
Camellia.KeyGenerator
,
CAST5.KeyGenerator
,
ChaCha20.KeyGenerator
,
DES.KeyGenerator
,
FipsAES.KeyGenerator
,
FipsSHS.KeyGenerator
,
FipsSymmetricKeyGenerator
,
FipsTripleDES.KeyGenerator
,
GOST28147.KeyGenerator
,
IDEA.KeyGenerator
,
Poly1305.KeyGenerator
,
RC2.KeyGenerator
,
SecureHash.KeyGenerator
,
SEED.KeyGenerator
,
Serpent.KeyGenerator
,
SHACAL2.KeyGenerator
,
SipHash.KeyGenerator
,
TripleDES.KeyGenerator
,
Twofish.KeyGenerator
public interface
SymmetricKeyGenerator<T extends
SymmetricKey
>
Interface describing a symmetric key generator.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
generateKey
()
Return a newly generated symmetric key.
Method Detail
generateKey
T
generateKey()
Return a newly generated symmetric key.
Returns:
a new symmetric 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