-
- All Known Subinterfaces:
AsymmetricCryptorFactory<PR,PU>
,CryptorFactory
,HashFactory
,RandomFactory
,SymmetricCryptorFactory<K>
- All Known Implementing Classes:
AsymmetricAccess
,AsymmetricAccessEcBc
,AsymmetricCryptorFactoryImpl
,CryptorFactoryImpl
,Curve25519
,HashAccess
,HashConfig
,HashFactoryCombined
,Md5
,PbeAccess
,RandomFactoryImpl
,RipeMd
,RipeMd128
,RipeMd160
,RipeMd256
,RipeMd320
,Rsa
,Secp256k1
,Sha1
,Sha2
,Sha224
,Sha256
,Sha384
,Sha512
,SymmetricAccess
,SymmetricCryptorFactoryImpl
public interface AbstractCryptoFactory
Abstract interface for any factory of this security library. All such factories are thread-safe and represent a specific configuration (seeCryptoAlgorithmConfig
).- Since:
- 1.0.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
- See Also:
RandomFactory
,HashFactory
,CryptorFactory
,SignatureProcessorFactory
,AsymmetricKeyCreatorFactory
,SymmetricKeyCreatorFactory