Class AsymmetricKeyParameter
- java.lang.Object
-
- org.bouncycastle.crypto.internal.params.AsymmetricKeyParameter
-
- All Implemented Interfaces:
CipherParameters
- Direct Known Subclasses:
DhKeyParameters
,DsaKeyParameters
,EcKeyParameters
,RsaKeyParameters
public class AsymmetricKeyParameter extends java.lang.Object implements CipherParameters
-
-
Constructor Summary
Constructors Constructor Description AsymmetricKeyParameter(boolean privateKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isPrivate()
-