C# Class Org.BouncyCastle.OpenSsl.Pkcs8Generator

Inheritance: PemObjectGenerator
Mostrar archivo Open project: nonorganic/dssnet Class Usage Examples

Public Properties

Property Type Description
PbeSha1_2DES string
PbeSha1_3DES string
PbeSha1_RC2_128 string
PbeSha1_RC2_40 string
PbeSha1_RC4_128 string
PbeSha1_RC4_40 string

Public Methods

Method Description
Generate ( ) : PemObject
Pkcs8Generator ( AsymmetricKeyParameter privKey ) : System
Pkcs8Generator ( AsymmetricKeyParameter privKey, string algorithm ) : System

Method Details

Generate() public method

public Generate ( ) : PemObject
return Org.BouncyCastle.Utilities.IO.Pem.PemObject

Pkcs8Generator() public method

public Pkcs8Generator ( AsymmetricKeyParameter privKey ) : System
privKey Org.BouncyCastle.Crypto.AsymmetricKeyParameter
return System

Pkcs8Generator() public method

public Pkcs8Generator ( AsymmetricKeyParameter privKey, string algorithm ) : System
privKey Org.BouncyCastle.Crypto.AsymmetricKeyParameter
algorithm string
return System

Property Details

PbeSha1_2DES public_oe static_oe property

public static string PbeSha1_2DES
return string

PbeSha1_3DES public_oe static_oe property

public static string PbeSha1_3DES
return string

PbeSha1_RC2_128 public_oe static_oe property

public static string PbeSha1_RC2_128
return string

PbeSha1_RC2_40 public_oe static_oe property

public static string PbeSha1_RC2_40
return string

PbeSha1_RC4_128 public_oe static_oe property

public static string PbeSha1_RC4_128
return string

PbeSha1_RC4_40 public_oe static_oe property

public static string PbeSha1_RC4_40
return string