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

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

Private Properties

프로퍼티 타입 설명
ReadContentInfo Org.BouncyCastle.Asn1.Cms.ContentInfo
ReadContentInfo Org.BouncyCastle.Asn1.Cms.ContentInfo
ReadContentInfo Org.BouncyCastle.Asn1.Cms.ContentInfo

공개 메소드들

메소드 설명
CreateBerSetFromList ( IList berObjects ) : Asn1Set
CreateDerSetFromList ( IList derObjects ) : Asn1Set
GetCertificatesFromStore ( IX509Store certStore ) : IList
GetCrlsFromStore ( IX509Store crlStore ) : IList
StreamToByteArray ( Stream inStream ) : byte[]

비공개 메소드들

메소드 설명
ReadContentInfo ( Asn1InputStream aIn ) : ContentInfo
ReadContentInfo ( Stream input ) : ContentInfo
ReadContentInfo ( byte input ) : ContentInfo

메소드 상세

CreateBerSetFromList() 공개 정적인 메소드

public static CreateBerSetFromList ( IList berObjects ) : Asn1Set
berObjects IList
리턴 Org.BouncyCastle.Asn1.Asn1Set

CreateDerSetFromList() 공개 정적인 메소드

public static CreateDerSetFromList ( IList derObjects ) : Asn1Set
derObjects IList
리턴 Org.BouncyCastle.Asn1.Asn1Set

GetCertificatesFromStore() 공개 정적인 메소드

public static GetCertificatesFromStore ( IX509Store certStore ) : IList
certStore IX509Store
리턴 IList

GetCrlsFromStore() 공개 정적인 메소드

public static GetCrlsFromStore ( IX509Store crlStore ) : IList
crlStore IX509Store
리턴 IList

StreamToByteArray() 공개 정적인 메소드

public static StreamToByteArray ( Stream inStream ) : byte[]
inStream Stream
리턴 byte[]