Uses of Interface
org.bouncycastle.crypto.SingleBlockDecryptor
Packages that use SingleBlockDecryptor
Package
Description
Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality.
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of SingleBlockDecryptor in org.bouncycastle.crypto
Subinterfaces of SingleBlockDecryptor in org.bouncycastle.cryptoModifier and TypeInterfaceDescriptioninterface
SingleBlockDecryptorUsingSecureRandom<T extends Parameters>
Interface for a decryptor only able to decrypt a single block of data that makes use of a SecureRandom in the process (usually for algorithmic blinding).Methods in org.bouncycastle.crypto that return SingleBlockDecryptorModifier and TypeMethodDescriptionAsymmetricOperatorFactory.createBlockDecryptor
(AsymmetricKey key, T parameter) Create a block decryptor for the passed in key and parameter set. -
Uses of SingleBlockDecryptor in org.bouncycastle.crypto.general
Methods in org.bouncycastle.crypto.general that return SingleBlockDecryptorModifier and TypeMethodDescriptionElGamal.OperatorFactory.createBlockDecryptor
(AsymmetricKey key, ElGamal.Parameters parameters) RSA.OperatorFactory.createBlockDecryptor
(AsymmetricKey key, RSA.Parameters parameters)