com.licel.jcardsim.crypto
Interface KeyWithParameters
- All Known Implementing Classes:
- DSAKeyImpl, DSAPrivateKeyImpl, DSAPublicKeyImpl, ECKeyImpl, ECPrivateKeyImpl, ECPublicKeyImpl, KeyImpl, RSAKeyImpl, RSAPrivateCrtKeyImpl, SymmetricKeyImpl
public interface KeyWithParameters
Method Summary |
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 |
getParameters
org.bouncycastle.crypto.CipherParameters getParameters()
- Get cipher key parameters for use with BouncyCastle Crypto API
- Returns:
- key parameters
getKeyGenerationParameters
org.bouncycastle.crypto.KeyGenerationParameters getKeyGenerationParameters(SecureRandom rnd)
- Get keypair generation parameters for use with BouncyCastle Crypto API
- Returns:
- key parameters