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) -
Method Summary
Modifier and Type Method Description booleanisPrivate()
-
Constructor Details
-
AsymmetricKeyParameter
public AsymmetricKeyParameter(boolean privateKey)
-
-
Method Details
-
isPrivate
public boolean isPrivate()
-