getCertInfo {dataone}R Documentation

Get X.509 Certificate information

Description

The DataONE X.509 certificate is read, if it is present and the information contained in the certificate is returned as a data.frame.

Usage

getCertInfo(.Object)

## S4 method for signature 'AuthenticationManager'
getCertInfo(.Object)

Arguments

.Object

an Authentication Object.

Value

A data.frame containing information about the X.509 certificate.


[Package dataone version 2.2.2 Index]