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

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

비공개 메소드들

메소드 설명
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