Bouncy Castle Cryptography 1.11 API Specification: Class AsymmetricKeyParameter
Bouncy Castle Cryptography 1.11

org.bouncycastle.crypto.params
Class AsymmetricKeyParameter

java.lang.Object
  |
  +--org.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


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
 

Constructor Detail

AsymmetricKeyParameter

public AsymmetricKeyParameter(boolean privateKey)
Method Detail

isPrivate

public boolean isPrivate()

Bouncy Castle Cryptography 1.11