Class AsymmetricKeyParameter
java.lang.Object
org.gudy.bouncycastle.crypto.params.AsymmetricKeyParameter
- All Implemented Interfaces:
CipherParameters
- Direct Known Subclasses:
DHKeyParameters
,DSAKeyParameters
,ECKeyParameters
,ElGamalKeyParameters
,RSAKeyParameters
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
privateKey
boolean privateKey
-
-
Constructor Details
-
AsymmetricKeyParameter
public AsymmetricKeyParameter(boolean privateKey)
-
-
Method Details
-
isPrivate
public boolean isPrivate()
-