Uses of Class
org.bouncycastle.crypto.InvalidWrappingException
-
Packages that use InvalidWrappingException 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 InvalidWrappingException in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto that throw InvalidWrappingException Modifier and Type Method Description byte[]
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 InvalidWrappingException Modifier and Type Method Description abstract byte[]
FipsKeyUnwrapper. unwrap(byte[] in, int inOff, int inLen)
-