LoadKey: loads the generated keys

Description Usage Arguments Value Author(s) Examples

View source: R/keys.R

Description

loads the generated keys

Usage

1
LoadKey(key.path, Private)

Arguments

key.path

Specify the path of the key in "". The file extensions should end in ".pem" or ".der"

Private

Boolean. If the key is a private key use TRUE. If the key is public key use FALSE.

Value

Loads public and private keys from specific paths

Author(s)

"Revanth Nemani <raynemani@gmail.com>"

"Aditya Vikram <adyviky9@gmail.com>"

Examples

1
2
3
4
## Not run: 
LoadKey("Encription/private.pem", Private)

## End(Not run)

RevanthNemani/endecrypt documentation built on Nov. 10, 2019, 5:14 p.m.