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

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

공개 메소드들

메소드 설명
CmsSignedDataParser ( CmsTypedStream signedContent, Stream sigData ) : System
CmsSignedDataParser ( CmsTypedStream signedContent, byte sigBlock ) : System
CmsSignedDataParser ( Stream sigData ) : System
CmsSignedDataParser ( byte sigBlock ) : System
GetAttributeCertificates ( string type ) : IX509Store
GetCertificates ( string type ) : IX509Store
GetCrls ( string type ) : IX509Store
GetSignedContent ( ) : CmsTypedStream
GetSignerInfos ( ) : SignerInformationStore
ReplaceCertificatesAndCrls ( Stream original, IX509Store x509Certs, IX509Store x509Crls, IX509Store x509AttrCerts, Stream outStr ) : Stream
ReplaceSigners ( Stream original, SignerInformationStore signerInformationStore, Stream outStr ) : Stream

비공개 메소드들

메소드 설명
GetAsn1Set ( Asn1SetParser asn1SetParser ) : Asn1Set
PopulateCertCrlSets ( ) : void

메소드 상세

CmsSignedDataParser() 공개 메소드

public CmsSignedDataParser ( CmsTypedStream signedContent, Stream sigData ) : System
signedContent CmsTypedStream
sigData Stream
리턴 System

CmsSignedDataParser() 공개 메소드

public CmsSignedDataParser ( CmsTypedStream signedContent, byte sigBlock ) : System
signedContent CmsTypedStream
sigBlock byte
리턴 System

CmsSignedDataParser() 공개 메소드

public CmsSignedDataParser ( Stream sigData ) : System
sigData Stream
리턴 System

CmsSignedDataParser() 공개 메소드

public CmsSignedDataParser ( byte sigBlock ) : System
sigBlock byte
리턴 System

GetAttributeCertificates() 공개 메소드

public GetAttributeCertificates ( string type ) : IX509Store
type string
리턴 IX509Store

GetCertificates() 공개 메소드

public GetCertificates ( string type ) : IX509Store
type string
리턴 IX509Store

GetCrls() 공개 메소드

public GetCrls ( string type ) : IX509Store
type string
리턴 IX509Store

GetSignedContent() 공개 메소드

public GetSignedContent ( ) : CmsTypedStream
리턴 CmsTypedStream

GetSignerInfos() 공개 메소드

public GetSignerInfos ( ) : SignerInformationStore
리턴 SignerInformationStore

ReplaceCertificatesAndCrls() 공개 정적인 메소드

public static ReplaceCertificatesAndCrls ( Stream original, IX509Store x509Certs, IX509Store x509Crls, IX509Store x509AttrCerts, Stream outStr ) : Stream
original Stream
x509Certs IX509Store
x509Crls IX509Store
x509AttrCerts IX509Store
outStr Stream
리턴 Stream

ReplaceSigners() 공개 정적인 메소드

public static ReplaceSigners ( Stream original, SignerInformationStore signerInformationStore, Stream outStr ) : Stream
original Stream
signerInformationStore SignerInformationStore
outStr Stream
리턴 Stream