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

General purpose writer for OpenSSL PEM objects.
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 메소드들

메소드 설명
PemWriter ( TextWriter writer ) : System
WriteObject ( object obj ) : void
WriteObject ( object obj, string algorithm, char password, SecureRandom random ) : void

비공개 메소드들

메소드 설명
EncodePrivateKey ( AsymmetricKeyParameter akp, string &keyType ) : byte[]
WriteBytes ( byte bytes ) : void
WriteFooter ( string type ) : void
WriteHeader ( string type ) : void
WritePemBlock ( string type, byte data ) : void

메소드 상세

PemWriter() 공개 메소드

public PemWriter ( TextWriter writer ) : System
writer System.IO.TextWriter The TextWriter object to write the output to.
리턴 System

WriteObject() 공개 메소드

public WriteObject ( object obj ) : void
obj object
리턴 void

WriteObject() 공개 메소드

public WriteObject ( object obj, string algorithm, char password, SecureRandom random ) : void
obj object
algorithm string
password char
random Org.BouncyCastle.Security.SecureRandom
리턴 void