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

    • privateKey

      boolean privateKey
  • Constructor Details

    • AsymmetricKeyParameter

      public AsymmetricKeyParameter(boolean privateKey)
  • Method Details

    • isPrivate

      public boolean isPrivate()