Table of Contents

Class AsymmetricCipherKeyPair

Namespace
Enterprises.Org.BouncyCastle.Crypto
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class AsymmetricCipherKeyPair
Inheritance
AsymmetricCipherKeyPair
Inherited Members

Constructors

AsymmetricCipherKeyPair(AsymmetricKeyParameter, AsymmetricKeyParameter)

public AsymmetricCipherKeyPair(AsymmetricKeyParameter publicParameter, AsymmetricKeyParameter privateParameter)

Parameters

publicParameter AsymmetricKeyParameter
privateParameter AsymmetricKeyParameter

Properties

Private

public AsymmetricKeyParameter Private { get; }

Property Value

AsymmetricKeyParameter

Public

public AsymmetricKeyParameter Public { get; }

Property Value

AsymmetricKeyParameter