C# 클래스 Org.BouncyCastle.OpenSsl.Pkcs8Generator

상속: PemObjectGenerator
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PbeSha1_2DES string
PbeSha1_3DES string
PbeSha1_RC2_128 string
PbeSha1_RC2_40 string
PbeSha1_RC4_128 string
PbeSha1_RC4_40 string

공개 메소드들

메소드 설명
Generate ( ) : PemObject
Pkcs8Generator ( AsymmetricKeyParameter privKey ) : System
Pkcs8Generator ( AsymmetricKeyParameter privKey, string algorithm ) : System

메소드 상세

Generate() 공개 메소드

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

Pkcs8Generator() 공개 메소드

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

Pkcs8Generator() 공개 메소드

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

프로퍼티 상세

PbeSha1_2DES 공개적으로 정적으로 프로퍼티

public static string PbeSha1_2DES
리턴 string

PbeSha1_3DES 공개적으로 정적으로 프로퍼티

public static string PbeSha1_3DES
리턴 string

PbeSha1_RC2_128 공개적으로 정적으로 프로퍼티

public static string PbeSha1_RC2_128
리턴 string

PbeSha1_RC2_40 공개적으로 정적으로 프로퍼티

public static string PbeSha1_RC2_40
리턴 string

PbeSha1_RC4_128 공개적으로 정적으로 프로퍼티

public static string PbeSha1_RC4_128
리턴 string

PbeSha1_RC4_40 공개적으로 정적으로 프로퍼티

public static string PbeSha1_RC4_40
리턴 string