C# Class Org.BouncyCastle.Cms.CmsUtilities

Datei anzeigen Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Private Properties

Property Type Description
ReadContentInfo Org.BouncyCastle.Asn1.Cms.ContentInfo
ReadContentInfo Org.BouncyCastle.Asn1.Cms.ContentInfo
ReadContentInfo Org.BouncyCastle.Asn1.Cms.ContentInfo

Public Methods

Method Description
CreateBerSetFromList ( IList berObjects ) : Asn1Set
CreateDerSetFromList ( IList derObjects ) : Asn1Set
GetCertificatesFromStore ( IX509Store certStore ) : IList
GetCrlsFromStore ( IX509Store crlStore ) : IList
StreamToByteArray ( Stream inStream ) : byte[]

Private Methods

Method Description
ReadContentInfo ( Asn1InputStream aIn ) : ContentInfo
ReadContentInfo ( Stream input ) : ContentInfo
ReadContentInfo ( byte input ) : ContentInfo

Method Details

CreateBerSetFromList() public static method

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

CreateDerSetFromList() public static method

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

GetCertificatesFromStore() public static method

public static GetCertificatesFromStore ( IX509Store certStore ) : IList
certStore IX509Store
return IList

GetCrlsFromStore() public static method

public static GetCrlsFromStore ( IX509Store crlStore ) : IList
crlStore IX509Store
return IList

StreamToByteArray() public static method

public static StreamToByteArray ( Stream inStream ) : byte[]
inStream Stream
return byte[]