Uses of Class
org.bouncycastle.crypto.StreamException
-
Packages that use StreamException Package Description org.bouncycastle.crypto Lower level cryptography API that supports the JCA/JCE provider as well as allowing access to more primitive functionality. -
-
Uses of StreamException in org.bouncycastle.crypto
Subclasses of StreamException in org.bouncycastle.crypto Modifier and Type Class Description classInvalidCipherTextExceptionException thrown when something unexpected is encountered processing an encrypted stream.classInvalidSignatureExceptionException thrown when something unexpected is encountered in verifying a signature.classPlainInputProcessingExceptionException thrown when something unexpected is encountered processing plain text input data for signature or block encryption.
-