public interface KeyWithParameters
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.crypto.KeyGenerationParameters |
getKeyGenerationParameters(SecureRandom rnd)
Get keypair generation parameters for use with BouncyCastle Crypto API
|
org.bouncycastle.crypto.CipherParameters |
getParameters()
Get cipher key parameters for use with BouncyCastle Crypto API
|
void |
setParameters(org.bouncycastle.crypto.CipherParameters params)
Set cipher key for use with BouncyCastle Crypto API
|
org.bouncycastle.crypto.CipherParameters getParameters()
org.bouncycastle.crypto.KeyGenerationParameters getKeyGenerationParameters(SecureRandom rnd)
rnd - Secure Random Generatorvoid setParameters(org.bouncycastle.crypto.CipherParameters params)
params - key parameters