org.bouncycastle.crypto.params
Class AsymmetricKeyParameter

java.lang.Object
  extended by org.bouncycastle.crypto.params.AsymmetricKeyParameter
All Implemented Interfaces:
CipherParameters
Direct Known Subclasses:
DHKeyParameters, DSAKeyParameters, ECKeyParameters, ElGamalKeyParameters, GOST3410KeyParameters, NaccacheSternKeyParameters, RSAKeyParameters

public class AsymmetricKeyParameter
extends java.lang.Object
implements CipherParameters


Field Summary
(package private)  boolean privateKey
           
 
Constructor Summary
AsymmetricKeyParameter(boolean privateKey)
           
 
Method Summary
 boolean isPrivate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

privateKey

boolean privateKey
Constructor Detail

AsymmetricKeyParameter

public AsymmetricKeyParameter(boolean privateKey)
Method Detail

isPrivate

public boolean isPrivate()