C# Class JavaScience.EncryptTo

显示文件 Open project: olliencc/WinBinaryAudit Class Usage Examples

Public Methods

Method Description
GetCertPublicKeySize ( X509Certificate cert ) : uint

Private Methods

Method Description
DoRSAEncrypt ( byte keydata, byte modulus, byte exponent ) : byte[]
GetCertPublicKey ( X509Certificate cert ) : bool
GetRecipientFileCert ( String certfile ) : X509Certificate
GetRecipientStoreCert ( String searchstr ) : X509Certificate
PutFileBytes ( String outfile, byte data, int bytes ) : void
TripleDESEncrypt ( String content, String encContent, String encKeyfile, String encIVfile ) : bool
showBytes ( String info, byte data ) : void
usage ( ) : void

Method Details

GetCertPublicKeySize() public method

public GetCertPublicKeySize ( X509Certificate cert ) : uint
cert System.Security.Cryptography.X509Certificates.X509Certificate
return uint