C# 클래스 LearningRegistry.PgpSigner

파일 보기 프로젝트 열기: adlnet-archive/LR.Net 1 사용 예제들

공개 메소드들

메소드 설명
PgpSigner ( IEnumerable publicKeyLocation, string privateKey, string userId, string passPhrase ) : System
Sign ( lr_document document ) : lr_document

비공개 메소드들

메소드 설명
getHash ( string s ) : string
getPrivateKeyStream ( String privateKey ) : Stream
readSecretKey ( Stream privateKeyStream ) : PgpSecretKey
signEnvelopeData ( string msg ) : string

메소드 상세

PgpSigner() 공개 메소드

public PgpSigner ( IEnumerable publicKeyLocation, string privateKey, string userId, string passPhrase ) : System
publicKeyLocation IEnumerable
privateKey string
userId string
passPhrase string
리턴 System

Sign() 공개 메소드

public Sign ( lr_document document ) : lr_document
document lr_document
리턴 lr_document