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

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

공개 메소드들

메소드 설명
GetContent ( ICipherParameters key ) : byte[]
GetContentStream ( ICipherParameters key ) : CmsTypedStream

비공개 메소드들

메소드 설명
GetContentFromSessionKey ( KeyParameter sKey ) : CmsTypedStream
RecipientInformation ( AlgorithmIdentifier encAlg, AlgorithmIdentifier keyEncAlg, Stream data ) : System

메소드 상세

GetContent() 공개 메소드

public GetContent ( ICipherParameters key ) : byte[]
key ICipherParameters
리턴 byte[]

GetContentStream() 공개 추상적인 메소드

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