public interface EncryptionEnginesFactories
EncryptionAlgorithms.
You can useEncryptionAlgorithms| Modifier and Type | Method and Description |
|---|---|
SymmetricEncryptionEngineFactory |
aes()
Creates a new engine factory for AES (128 bits).
|
SymmetricEncryptionEngineFactory |
aes256()
Creates a new engine factory for AES (256 bits).
|
RSACryptoEngineFactory |
rsa()
Creates a new engine factory for RSA.
|
SymmetricEncryptionEngineFactory |
tripleDes()
Creates a new engine factory for Triple DES.
|
SymmetricEncryptionEngineFactory aes()
SymmetricEncryptionEngineFactory aes256()
SymmetricEncryptionEngineFactory tripleDes()
RSACryptoEngineFactory rsa()
Copyright © 2016. All rights reserved.