Uses of Class
org.bouncycastle.crypto.PlainInputProcessingException
-
Packages that use PlainInputProcessingException 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 algorithms -
-
Uses of PlainInputProcessingException in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that throw PlainInputProcessingException Modifier and Type Method Description byte[]SingleBlockEncryptor. encryptBlock(byte[] bytes, int offSet, int length)Encrypt a single block of data, returning the result.SecretWithEncapsulationEncapsulatingSecretGenerator. 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 PlainInputProcessingException Modifier and Type Method Description abstract byte[]FipsOutputSigner. getSignature()abstract intFipsOutputSigner. getSignature(byte[] output, int off)abstract byte[]FipsOutputSignerUsingSecureRandom. getSignature()
-