C# Class Org.BouncyCastle.Cms.CmsUtilities

Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Private Properties

Свойство Type Description
ReadContentInfo Org.BouncyCastle.Asn1.Cms.ContentInfo
ReadContentInfo Org.BouncyCastle.Asn1.Cms.ContentInfo
ReadContentInfo Org.BouncyCastle.Asn1.Cms.ContentInfo

Méthodes publiques

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

Private Methods

Méthode Description
ReadContentInfo ( Asn1InputStream aIn ) : ContentInfo
ReadContentInfo ( Stream input ) : ContentInfo
ReadContentInfo ( byte input ) : ContentInfo

Method Details

CreateBerSetFromList() public static méthode

public static CreateBerSetFromList ( IList berObjects ) : Asn1Set
berObjects IList
Résultat Org.BouncyCastle.Asn1.Asn1Set

CreateDerSetFromList() public static méthode

public static CreateDerSetFromList ( IList derObjects ) : Asn1Set
derObjects IList
Résultat Org.BouncyCastle.Asn1.Asn1Set

GetCertificatesFromStore() public static méthode

public static GetCertificatesFromStore ( IX509Store certStore ) : IList
certStore IX509Store
Résultat IList

GetCrlsFromStore() public static méthode

public static GetCrlsFromStore ( IX509Store crlStore ) : IList
crlStore IX509Store
Résultat IList

StreamToByteArray() public static méthode

public static StreamToByteArray ( Stream inStream ) : byte[]
inStream Stream
Résultat byte[]