R/pem.R

Defines functions PKI.pem.part PKI.pem.split

PKI.pem.split <- function(what) .Call(PKI_PEM_split, what)

PKI.pem.part <- function(what, body=TRUE, decode=FALSE) .Call(PKI_PEM_part, what, body, decode)

Try the PKI package in your browser

Any scripts or data that you put into this service are public.

PKI documentation built on Nov. 28, 2022, 9:05 a.m.