TLSCredentialsManager.certChainSingleType

Return a cert chain we can use, ordered from leaf to root, or else an empty vector.

It is assumed that the caller can get the private key of the leaf with privateKeyFor

class TLSCredentialsManager
public abstract
certChainSingleType
(
in string cert_key_type
,
in string type
,
in string context
)

Parameters

cert_key_type string

specifies the type of key requested ("RSA", "DSA", "ECDSA", etc)

type string

specifies the type of operation occuring

context string

specifies a context relative to type.

Meta