C# Class Org.BouncyCastle.Cms.CmsSignedHelper

ファイルを表示 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Private Methods

Method Description
AddCertsFromSet ( IList certs, Asn1Set certSet ) : void
AddCrlsFromSet ( IList crls, Asn1Set crlSet ) : void
AddEntries ( DerObjectIdentifier oid, string digest, string encryption ) : void
CmsSignedHelper ( ) : System
CreateAttributeStore ( string type, Asn1Set certSet ) : IX509Store
CreateCertificateStore ( string type, Asn1Set certSet ) : IX509Store
CreateCrlStore ( string type, Asn1Set crlSet ) : IX509Store
FixAlgID ( AlgorithmIdentifier algId ) : AlgorithmIdentifier
GetDigestAlgName ( string digestAlgOid ) : string
GetDigestAliases ( string algName ) : string[]
GetDigestInstance ( string algorithm ) : IDigest
GetEncryptionAlgName ( string encryptionAlgOid ) : string
GetSignatureInstance ( string algorithm ) : ISigner
anyCertHasTypeOther ( ) : bool
anyCertHasV1Attribute ( ) : bool
anyCertHasV2Attribute ( ) : bool
anyCrlHasTypeOther ( ) : bool