Method | Description | |
---|---|---|
AddCounterSigners ( |
||
GetContentDigest ( ) : byte[] | ||
GetCounterSignatures ( ) : SignerInformationStore | ||
GetEncodedSignedAttributes ( ) : byte[] | ||
GetSignature ( ) : byte[] | ||
ReplaceUnsignedAttributes ( SignerInformation signerInformation, Asn1 unsignedAttributes ) : SignerInformation | ||
ToSignerInfo ( ) : SignerInfo | ||
Verify ( AsymmetricKeyParameter pubKey ) : bool | ||
Verify ( X509Certificate cert ) : bool |
Method | Description | |
---|---|---|
DerDecode ( byte encoding ) : Org.BouncyCastle.Asn1.X509.DigestInfo | ||
DoVerify ( AsymmetricKeyParameter key ) : bool | ||
GetSigningTime ( ) : Asn1.Cms.Time | ||
GetSingleValuedSignedAttribute ( DerObjectIdentifier attrOID, string printableName ) : Asn1Object | ||
IsNull ( Asn1Encodable o ) : bool | ||
SignerInformation ( SignerInfo info, DerObjectIdentifier contentType, CmsProcessable content, IDigestCalculator digestCalculator ) : System | ||
VerifyDigest ( byte digest, AsymmetricKeyParameter key, byte signature ) : bool |
public static AddCounterSigners ( |
||
signerInformation | ||
counterSigners | ||
return |
public GetCounterSignatures ( ) : SignerInformationStore | ||
return | SignerInformationStore |
public GetEncodedSignedAttributes ( ) : byte[] | ||
return | byte[] |
public static ReplaceUnsignedAttributes ( SignerInformation signerInformation, Asn1 unsignedAttributes ) : SignerInformation | ||
signerInformation | SignerInformation | |
unsignedAttributes | Asn1 | |
return | SignerInformation |
public Verify ( AsymmetricKeyParameter pubKey ) : bool | ||
pubKey | AsymmetricKeyParameter | |
return | bool |
public Verify ( X509Certificate cert ) : bool | ||
cert | X509Certificate | |
return | bool |