- java.lang.Object
-
- io.github.mmm.crypto.CryptoAccess
-
- io.github.mmm.crypto.symmetric.access.SymmetricAccess<PBEKey>
-
- io.github.mmm.crypto.symmetric.access.pbe.PbeAccess
-
- All Implemented Interfaces:
AbstractCryptoFactory,CryptorFactory,AbstractGetKeyLength,KeyCreatorFactory,SymmetricCryptorFactory<PBEKey>,SymmetricKeyCreatorFactory<SymmetricKeyCreator<PBEKey>>
public class PbeAccess extends SymmetricAccess<PBEKey>
SymmetricAccessfor PBE (Password Based Encryption).- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description PbeAccess(SymmetricKeyConfigPbe keyConfig, SymmetricCryptorConfig cryptorConfig)The constructor.
-
Method Summary
-
Methods inherited from class io.github.mmm.crypto.symmetric.access.SymmetricAccess
getCryptorConfig, getKeyConfig, getKeyLength, newDecryptor, newDecryptorUnsafe, newEncryptor, newEncryptorUnsafe, newKeyCreator
-
-
-
-
Constructor Detail
-
PbeAccess
public PbeAccess(SymmetricKeyConfigPbe keyConfig, SymmetricCryptorConfig cryptorConfig)
The constructor.- Parameters:
keyConfig- theSymmetricKeyConfigPbe.cryptorConfig- theSymmetricCryptorConfig.
-
-