Uses of Class
org.bouncycastle.crypto.PlainInputProcessingException
Packages that use PlainInputProcessingException
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 PlainInputProcessingException in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that throw PlainInputProcessingExceptionModifier and TypeMethodDescriptionbyte[]SingleBlockEncryptor.encryptBlock(byte[] bytes, int offSet, int length) Encrypt a single block of data, returning the result.EncapsulatingSecretGenerator.generate()Generate an encapsulated secret, returning the encapsulation of the key material, and the key material, or secret, as well.byte[]OutputSigner.getSignature()Return the signature calculated on what has been written to the calculator's output stream.intOutputSigner.getSignature(byte[] output, int off) Output the signature value for what has been written to the signer's output stream.byte[]KeyWrapper.wrap(byte[] in, int inOff, int inLen) Return the wrapped version of a key byte encoding. -
Uses of PlainInputProcessingException in org.bouncycastle.crypto.fips
Methods in org.bouncycastle.crypto.fips that throw PlainInputProcessingExceptionModifier and TypeMethodDescriptionabstract byte[]FipsOutputSigner.getSignature()abstract intFipsOutputSigner.getSignature(byte[] output, int off) abstract byte[]FipsOutputSignerUsingSecureRandom.getSignature()