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 Object implements CipherParameters
  • Constructor Details

    • AsymmetricKeyParameter

      public AsymmetricKeyParameter(boolean privateKey)
  • Method Details

    • isPrivate

      public boolean isPrivate()