CertificateManager {dataone}R Documentation

Create a CertificateManager object

Description

Construct an instance of CertficateManager to provide mechanisms to obtain, load, verify, and display X509 certificates. If the 'location' field is provided, then that location is interpreted as the fully qualified path to a certificate on the local filesystem, and the default locations will not be searched. If 'location' is missing, then the default Globus Grid Security Infrastructure (GSI) location is searched, which is '/tmp/x509up_u${UID}' on Unix or '${tmpdir}/x509up_u${UID}' on Windows or '${tmpdir}/x509up_u${user.name}' if '${UID}' is not defined.

Usage

CertificateManager(...)

## S4 method for signature 'ANY'
CertificateManager()

Arguments

...

(Not yet used)

Value

the CertificateManager object


[Package dataone version 2.2.2 Index]