-
- All Known Subinterfaces:
AsymmetricKeyCreatorFactory<K>,SymmetricKeyCreatorFactory<C>
- All Known Implementing Classes:
AsymmetricAccess,AsymmetricAccessEcBc,Curve25519,PbeAccess,Rsa,Secp256k1,SymmetricAccess
public interface KeyCreatorFactoryInterface for afactorytocreateinstances ofKeyCreatorfor asymmetric cryptographic keys.
An instance ofKeyCreatorFactorytherefore represents a configuration with specificKeyalgorithmandformat(s).- Since:
- 1.0.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeyCreatornewKeyCreator()
-
-
-
Method Detail
-
newKeyCreator
KeyCreator newKeyCreator()
- Returns:
- a new instance of
KeyCreator. May be reused but is not guaranteed to be thread-safe.
-
-