Uses of Class
org.bouncycastle.crypto.InvalidWrappingException
Packages that use InvalidWrappingException
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 InvalidWrappingException in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that throw InvalidWrappingExceptionModifier and TypeMethodDescriptionbyte[]
KeyUnwrapper.unwrap
(byte[] in, int inOff, int inLen) Return the unwrapped byte encoding of a key. -
Uses of InvalidWrappingException in org.bouncycastle.crypto.fips
Methods in org.bouncycastle.crypto.fips that throw InvalidWrappingExceptionModifier and TypeMethodDescriptionabstract byte[]
FipsKeyUnwrapper.unwrap
(byte[] in, int inOff, int inLen)