Package: AzureKeyVault
Title: Key and Secret Management in 'Azure'
Version: 1.0.0
Authors@R: c(
    person("Hong", "Ooi", , "hongooi@microsoft.com", role = c("aut", "cre")),
    person("Microsoft", role="cph")
    )
Description: Manage keys, certificates, secrets, and storage accounts in Microsoft's 'Key Vault' service: <https://azure.microsoft.com/services/key-vault>. Provides facilities to store and retrieve secrets, use keys to encrypt, decrypt, sign and verify data, and manage certificates. Integrates with the 'AzureAuth' package to enable authentication with a certificate, and with the 'openssl' package for importing and exporting.
License: MIT + file LICENSE
URL: https://github.com/cloudyr/AzureKeyVault
BugReports: https://github.com/cloudyr/AzureKeyVault/issues
VignetteBuilder: knitr
Depends: R (>= 3.3),
Imports: utils, R6, httr, jsonlite, openssl, jose, AzureRMR,
        AzureGraph, AzureAuth (>= 1.0.1)
Suggests: AzureStor, knitr, testthat
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-05-12 22:00:14 UTC; hongo
Author: Hong Ooi [aut, cre],
  Microsoft [cph]
Maintainer: Hong Ooi <hongooi@microsoft.com>
Repository: CRAN
Date/Publication: 2019-05-14 22:40:12 UTC
