C# 클래스 Org.BouncyCastle.Cms.KeyAgreeRecipientInformation

상속: RecipientInformation
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 메소드들

메소드 설명
GetContentStream ( ICipherParameters key ) : CmsTypedStream
KeyAgreeRecipientInformation ( KeyAgreeRecipientInfo info, AlgorithmIdentifier encAlg, Stream data ) : System

메소드 상세

GetContentStream() 공개 메소드

public GetContentStream ( ICipherParameters key ) : CmsTypedStream
key ICipherParameters
리턴 CmsTypedStream

KeyAgreeRecipientInformation() 공개 메소드

public KeyAgreeRecipientInformation ( KeyAgreeRecipientInfo info, AlgorithmIdentifier encAlg, Stream data ) : System
info Org.BouncyCastle.Asn1.Cms.KeyAgreeRecipientInfo
encAlg Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier
data Stream
리턴 System