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

상속: RecipientInformation
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6

공개 메소드들

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

메소드 상세

GetContentStream() 공개 메소드

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

KekRecipientInformation() 공개 메소드

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