Uses of Interface
org.qubership.atp.crypt.api.Decryptor
Packages that use Decryptor
Package
Description
-
Uses of Decryptor in org.qubership.atp.crypt
Methods in org.qubership.atp.crypt that return DecryptorModifier and TypeMethodDescriptionstatic DecryptorAtpCryptoFactory.createDecryptor(String transformation, Object key) Create Decryptor by parameters, using default crypto provider.static DecryptorAtpCryptoFactory.createDecryptor(String transformation, Object key, CryptoProvider provider) Create Decryptor by parameters.static DecryptorAtpCryptoFactory.createDefaultAesDecryptor(String key) Create AES decryptor.static DecryptorAtpCryptoFactory.createDefaultRsaDecryptor(String privateKey) Create RSA decryptor. -
Uses of Decryptor in org.qubership.atp.crypt.config
Methods in org.qubership.atp.crypt.config that return Decryptor -
Uses of Decryptor in org.qubership.atp.crypt.impl
Classes in org.qubership.atp.crypt.impl that implement Decryptor