Uses of Class
org.bouncycastle.crypto.UpdateOutputStream
Packages that use UpdateOutputStream
Package
Description
Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality.
Classes for FIPS approved mode algorithms
-
Uses of UpdateOutputStream in org.bouncycastle.crypto
Subclasses of UpdateOutputStream in org.bouncycastle.cryptoModifier and TypeClassDescriptionclass
Returned stream for writing data for encryption/decryption.Methods in org.bouncycastle.crypto that return UpdateOutputStreamModifier and TypeMethodDescriptionAADProcessor.getAADStream()
Return a stream to write associated data to in order to have it incorporated into the AEAD cipher's MAC.OutputDigestCalculator.getDigestStream()
Returns a stream that will accept data for the purpose of calculating a digest.OutputXOFCalculator.getFunctionStream()
Returns a stream that will accept data for the purpose of calculating a MAC.OutputMACCalculator.getMACStream()
Returns a stream that will accept data for the purpose of calculating a MAC.OutputSigner.getSigningStream()
Returns a stream that will accept data for the purpose of calculating a signature.OutputVerifier.getVerifyingStream()
Returns a stream that will accept data for the purpose of verifying a previously calculated signature. -
Uses of UpdateOutputStream in org.bouncycastle.crypto.fips
Methods in org.bouncycastle.crypto.fips that return UpdateOutputStreamModifier and TypeMethodDescriptionabstract UpdateOutputStream
FipsInputAEADDecryptor.getAADStream()
abstract UpdateOutputStream
FipsOutputAEADDecryptor.getAADStream()
abstract UpdateOutputStream
FipsOutputAEADEncryptor.getAADStream()
abstract UpdateOutputStream
FipsOutputDigestCalculator.getDigestStream()
abstract UpdateOutputStream
FipsOutputXOFCalculator.getFunctionStream()
abstract UpdateOutputStream
FipsOutputMACCalculator.getMACStream()
abstract UpdateOutputStream
FipsOutputSigner.getSigningStream()
abstract UpdateOutputStream
FipsOutputSignerUsingSecureRandom.getSigningStream()
abstract UpdateOutputStream
FipsOutputVerifier.getVerifyingStream()
-
Uses of UpdateOutputStream in org.bouncycastle.crypto.internal.io
Subclasses of UpdateOutputStream in org.bouncycastle.crypto.internal.ioModifier and TypeClassDescriptionclass
A CipherOutputStream is composed of an OutputStream and a cipher so that write() methods process the written data with the cipher, and the output of the cipher is in turn written to the underlying OutputStream.class
class
class
class