Class AsymmetricKeyParameter
- java.lang.Object
-
- org.gudy.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- All Implemented Interfaces:
CipherParameters
- Direct Known Subclasses:
DHKeyParameters
,DSAKeyParameters
,ECKeyParameters
,ElGamalKeyParameters
,RSAKeyParameters
public class AsymmetricKeyParameter extends java.lang.Object implements CipherParameters
-
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean
privateKey
-
Constructor Summary
Constructors Constructor Description AsymmetricKeyParameter(boolean privateKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isPrivate()
-