Overload List
| Name | Description | |
|---|---|---|
| SignPublicKey(Int64, Int64, String) |
Signs a public key with a private key.
When you import keys into your KeyStore and are sure that trusted third party is really the person they claim, you can sign his/her keys. Signing a key certifies that you know the owner of the keys. This is equivalent to the GnuPG command: gpg --local-user certKeyId --sign-key keyId | |
| SignPublicKey(String, String, String) |
Signs a public key with a private key.
When you import keys into your KeyStore and are sure that trusted third party is really the person they claim, you can sign his/her keys. Signing a key certifies that you know the owner of the keys. |