Package org.bouncycastle.crypto.params
Class AsymmetricKeyParameter
java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
- All Implemented Interfaces:
CipherParameters
- Direct Known Subclasses:
MLKEMKeyParameters
-
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()
-