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 TypeClassDescriptionclassReturned 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.OutputValidator.getValidatingStream()Returns a stream that will accept data for the purpose of verifying a previously calculated 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 UpdateOutputStreamFipsInputAEADDecryptor.getAADStream()abstract UpdateOutputStreamFipsOutputAEADDecryptor.getAADStream()abstract UpdateOutputStreamFipsOutputAEADEncryptor.getAADStream()abstract UpdateOutputStreamFipsOutputDigestCalculator.getDigestStream()abstract UpdateOutputStreamFipsOutputXOFCalculator.getFunctionStream()abstract UpdateOutputStreamFipsOutputMACCalculator.getMACStream()abstract UpdateOutputStreamFipsOutputSigner.getSigningStream()abstract UpdateOutputStreamFipsOutputSignerUsingSecureRandom.getSigningStream()abstract UpdateOutputStreamFipsOutputValidator.getValidatingStream()abstract UpdateOutputStreamFipsOutputVerifier.getVerifyingStream() -
Uses of UpdateOutputStream in org.bouncycastle.crypto.internal.io
Subclasses of UpdateOutputStream in org.bouncycastle.crypto.internal.ioModifier and TypeClassDescriptionclassA 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.classclassclassclass