Uses of Interface
org.bouncycastle.crypto.SingleBlockDecryptor
-
Packages that use SingleBlockDecryptor Package Description org.bouncycastle.crypto Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality.org.bouncycastle.crypto.general Classes for general encryption algorithms and non-FIPS approved variants. -
-
Uses of SingleBlockDecryptor in org.bouncycastle.crypto
Subinterfaces of SingleBlockDecryptor in org.bouncycastle.crypto Modifier and Type Interface Description interface
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 SingleBlockDecryptor Modifier and Type Method Description SingleBlockDecryptor<T>
AsymmetricOperatorFactory. 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 SingleBlockDecryptor Modifier and Type Method Description SingleBlockDecryptor<ElGamal.Parameters>
ElGamal.OperatorFactory. createBlockDecryptor(AsymmetricKey key, ElGamal.Parameters parameters)
SingleBlockDecryptor<RSA.Parameters>
RSA.OperatorFactory. createBlockDecryptor(AsymmetricKey key, RSA.Parameters parameters)
-