Uses of Class
org.bouncycastle.crypto.RuntimeStreamException
Packages that use RuntimeStreamException
Package
Description
Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality.
-
Uses of RuntimeStreamException in org.bouncycastle.crypto
Subclasses of RuntimeStreamException in org.bouncycastle.cryptoModifier and TypeClassDescriptionclassA runtime exception that may be thrown by a finished operation on an UpdateOutputStream if the underlying stream throws an IOException.classException thrown if an operator has not been properly initialized.classA runtime exception that may be thrown by an update operation on an UpdateOutputStream if the underlying stream throws an IOException.