Package org.bouncycastle.crypto.params
Class AsymmetricKeyParameter
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- All Implemented Interfaces:
CipherParameters
- Direct Known Subclasses:
DHKeyParameters,DSAKeyParameters,ECKeyParameters,RSAKeyParameters
public class AsymmetricKeyParameter extends Object implements CipherParameters
-
-
Constructor Summary
Constructors Constructor Description AsymmetricKeyParameter(boolean privateKey)
-