Uses of Class
org.bouncycastle.crypto.params.KeyParameter
-
Packages that use KeyParameter Package Description org.bouncycastle.crypto.kems org.bouncycastle.crypto.params org.bouncycastle.crypto.prng -
-
Uses of KeyParameter in org.bouncycastle.crypto.kems
Methods in org.bouncycastle.crypto.kems that return KeyParameter Modifier and Type Method Description protected KeyParameter
ECIESKeyEncapsulation. deriveKey(int keyLen, byte[] C, byte[] PEH)
protected KeyParameter
RSAKeyEncapsulation. generateKey(BigInteger n, BigInteger r, int keyLen)
-
Uses of KeyParameter in org.bouncycastle.crypto.params
Subclasses of KeyParameter in org.bouncycastle.crypto.params Modifier and Type Class Description class
DESedeParameters
class
DESParameters
class
RC2Parameters
Methods in org.bouncycastle.crypto.params that return KeyParameter Modifier and Type Method Description KeyParameter
AEADParameters. getKey()
KeyParameter
TweakableBlockCipherParameters. getKey()
Gets the key.Constructors in org.bouncycastle.crypto.params with parameters of type KeyParameter Constructor Description AEADParameters(KeyParameter key, int macSize, byte[] nonce)
Base constructor.AEADParameters(KeyParameter key, int macSize, byte[] nonce, byte[] associatedText)
Base constructor.CCMParameters(KeyParameter key, int macSize, byte[] nonce, byte[] associatedText)
Deprecated.Base constructor.TweakableBlockCipherParameters(KeyParameter key, byte[] tweak)
-
Uses of KeyParameter in org.bouncycastle.crypto.prng
Methods in org.bouncycastle.crypto.prng with parameters of type KeyParameter Modifier and Type Method Description X931SecureRandom
X931SecureRandomBuilder. build(BlockCipher engine, KeyParameter key, boolean predictionResistant)
Construct a X9.31 secure random generator using the passed in engine and key.
-