org.bouncycastle.crypto.params

Class AsymmetricKeyParameter

Implemented Interfaces:
CipherParameters
Known Direct Subclasses:
DHKeyParameters, DSAKeyParameters, ECKeyParameters, ElGamalKeyParameters, GOST3410KeyParameters, RSAKeyParameters

public class AsymmetricKeyParameter
extends java.lang.Object
implements CipherParameters

Constructor Summary

AsymmetricKeyParameter(boolean privateKey)

Method Summary

boolean
isPrivate()

Constructor Details

AsymmetricKeyParameter

public AsymmetricKeyParameter(boolean privateKey)

Method Details

isPrivate

public boolean isPrivate()