Rsa Class
- Rsa.CheckKey Method (String)
- Check the validity of an "internal" RSA public or private key.
- Rsa.CheckKey Method (StringBuilder)
- Check the validity of an "internal" RSA public or private key.
- Rsa.DecodeDigestForSignature Method
- Decode an encoded message for signature.
- Rsa.DecodeMsgForEncryption Method
- Decode a message for encryption.
- Rsa.DecodeMsgIso9796 Method
- Decode a message padded using ISO/IEC 9796-1 formatting.
- Rsa.Decrypt Method
- Decrypt a message encrypted using an RSA encryption scheme.
- Rsa.EncodeDigestForSignature Method
- Encode a message digest for signature.
- Rsa.EncodeMsgForEncryption Method
- Encode a message for encryption.
- Rsa.EncodeMsgForSignature Method
- Encode a message for signature.
- Rsa.EncodeMsgIso9796 Method
- Encode a message using ISO/IEC 9796-1 formatting.
- Rsa.Encrypt Method
- Encrypt a short message using RSA encryption.
- Rsa.FromXMLString Method (String)
- Create an RSA key string in internal format from an XML string.
- Rsa.FromXMLString Method (String, Rsa.XmlOptions)
- Create an RSA key string in internal format from an XML string with options.
- Rsa.FromXMLString Method (String, Boolean)
- Create an RSA key string in internal format from an XML string with flag to exclude private key details.
- Rsa.GetPrivateKeyFromPFX Method
- Extract an encrypted private key from a PKCS-12 PKCS8ShroudedKeyBag, saving the output directly as a new file.
- Rsa.GetPublicKeyFromCert Method
- Read public key from X.509 certificate into internal string format.
- Rsa.KeyBits Method (String)
- Return number of significant bits in RSA key modulus.
- Rsa.KeyBits Method (StringBuilder)
- Return number of significant bits in RSA key modulus.
- Rsa.KeyBytes Method (String)
- Return number of bytes (octets) in RSA key modulus.
- Rsa.KeyBytes Method (StringBuilder)
- Return number of bytes (octets) in RSA key modulus.
- Rsa.KeyHashCode Method (String)
- Compute the hash code of an "internal" RSA public or private key string.
- Rsa.KeyHashCode Method (StringBuilder)
- Compute the hash code of an "internal" RSA public or private key string.
- Rsa.KeyMatch Method (String, String)
- Verify that a pair of "internal" RSA private and public key strings are matched.
- Rsa.KeyMatch Method (StringBuilder, StringBuilder)
- Verify that a pair of "internal" RSA private and public key strings are matched.
- Rsa.KeyValue Method
- Extract a base64-encoded RSA key value from internal key string
- Rsa.MakeKeys Method (String, String, Int32, Rsa.PublicExponent, Int32, String, CipherAlgorithm, HashAlgorithm, Rsa.Format, Boolean)
- Generate an RSA public/private key pair with extended options for encrypting private key [DEPRECATED].
- Rsa.MakeKeys Method (String, String, Int32, Rsa.PublicExponent, Int32, String, Rsa.PbeOptions, Boolean, Byte[])
- Generate an RSA public/private key pair [DEPRECATED].
- Rsa.MakeKeys Method (String, String, String, Int32, Rsa.PublicExponent, Rsa.PbeOptions, String, Rsa.Format, Boolean)
- Generate an RSA public/private key pair.
- Rsa.PublicKeyFromPrivate Method
- Convert an internal private key string into a public one.
- Rsa.RawPrivate Method (Byte[], String)
- Carry out RSA transformation using private key.
- Rsa.RawPrivate Method (Byte[], String, Int32)
- Carry out RSA transformation using private key (with specialist options).
- Rsa.RawPublic Method (Byte[], String)
- Carry out RSA transformation using public key.
- Rsa.RawPublic Method (Byte[], String, Int32)
- Carry out RSA transformation using public key (with specialist options).
- Rsa.ReadEncPrivateKey Method
- Read encrypted private key file into internal string format.
- Rsa.ReadPrivateKey Method
- Read from a file or string containing a private key into an "internal" private key string.
- Rsa.ReadPrivateKeyFromPFX Method
- Read a private key directly from an encrypted PFX/PKCS-12 file into an "internal" private key string.
- Rsa.ReadPrivateKeyInfo Method
- Read from an (unencrypted) PKCS-8 private key info file into a private key string.
- Rsa.ReadPublicKey Method
- Read from a file or string containing a public key into an "internal" public key string.
- Rsa.SaveEncKey Method
- Save an internal RSA key string to an encrypted key file.
- Rsa.SaveEncPrivateKey Method (String, String, Int32, String, CipherAlgorithm, HashAlgorithm, Rsa.Format)
- Save a private key string to a PKCS-8 EncryptedPrivateKeyInfo file using PBES2 algorithm [DEPRECATED].
- Rsa.SaveEncPrivateKey Method (String, String, Int32, String, Rsa.PbeOptions, Rsa.Format)
- Save a private key string to a PKCS-8 EncryptedPrivateKeyInfo file [DEPRECATED].
- Rsa.SavePrivateKeyInfo Method
- Save a private key string to an (unencrypted) PKCS-8 private key info file.
- Rsa.SavePublicKey Method
- Save a public key string to PKCS-1 public key file.
- Rsa.ToXMLString Method (String, Rsa.XmlOptions)
- Create an XML string representation of an RSA internal key string.
- Rsa.ToXMLString Method (String, String, Rsa.XmlOptions)
- Create an XML string representation of an RSA internal key string with option to add a namespace prefix.
[Contents] [Index]