Uses of Class
org.bouncycastle.crypto.UpdateOutputStream
-
Packages that use UpdateOutputStream 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.fips Classes for FIPS approved mode algorithmsorg.bouncycastle.crypto.internal.io -
-
Uses of UpdateOutputStream in org.bouncycastle.crypto
Subclasses of UpdateOutputStream in org.bouncycastle.crypto Modifier and Type Class Description classCipherOutputStreamReturned stream for writing data for encryption/decryption.Methods in org.bouncycastle.crypto that return UpdateOutputStream Modifier and Type Method Description UpdateOutputStreamAADProcessor. getAADStream()Return a stream to write associated data to in order to have it incorporated into the AEAD cipher's MAC.UpdateOutputStreamOutputDigestCalculator. getDigestStream()Returns a stream that will accept data for the purpose of calculating a digest.UpdateOutputStreamOutputXOFCalculator. getFunctionStream()Returns a stream that will accept data for the purpose of calculating a MAC.UpdateOutputStreamOutputMACCalculator. getMACStream()Returns a stream that will accept data for the purpose of calculating a MAC.UpdateOutputStreamOutputSigner. getSigningStream()Returns a stream that will accept data for the purpose of calculating a signature.UpdateOutputStreamOutputVerifier. 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 UpdateOutputStream Modifier and Type Method Description abstract UpdateOutputStreamFipsInputAEADDecryptor. getAADStream()abstract UpdateOutputStreamFipsOutputAEADDecryptor. getAADStream()abstract UpdateOutputStreamFipsOutputAEADEncryptor. getAADStream()abstract UpdateOutputStreamFipsOutputDigestCalculator. getDigestStream()abstract UpdateOutputStreamFipsOutputXOFCalculator. getFunctionStream()abstract UpdateOutputStreamFipsOutputMACCalculator. getMACStream()abstract UpdateOutputStreamFipsOutputSigner. getSigningStream()abstract UpdateOutputStreamFipsOutputSignerUsingSecureRandom. getSigningStream()abstract UpdateOutputStreamFipsOutputVerifier. getVerifyingStream() -
Uses of UpdateOutputStream in org.bouncycastle.crypto.internal.io
Subclasses of UpdateOutputStream in org.bouncycastle.crypto.internal.io Modifier and Type Class Description classCipherOutputStreamImplA 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.classDigestOutputStreamclassMacOutputStreamclassSignerOutputStreamclassXofOutputStream
-