Package | Description |
---|---|
org.bouncycastle.crypto.kems | |
org.bouncycastle.crypto.params | |
org.bouncycastle.crypto.prng |
Modifier and Type | Method and Description |
---|---|
protected KeyParameter |
ECIESKeyEncapsulation.deriveKey(int keyLen,
byte[] C,
byte[] PEH) |
protected KeyParameter |
RSAKeyEncapsulation.generateKey(BigInteger n,
BigInteger r,
int keyLen) |
Modifier and Type | Class and Description |
---|---|
class |
DESedeParameters |
class |
DESParameters |
class |
RC2Parameters |
Modifier and Type | Method and Description |
---|---|
KeyParameter |
AEADParameters.getKey() |
KeyParameter |
TweakableBlockCipherParameters.getKey()
Gets the key.
|
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
X931SecureRandom |
X931SecureRandomBuilder.build(BlockCipher engine,
KeyParameter key,
boolean predictionResistant)
Construct a X9.31 secure random generator using the passed in engine and key.
|
Copyright © 2021 BouncyCastle.org. All rights reserved.