Module xmpp_stream_pkix

Data Types

cert()

cert() = #'OTPCertificate'{}

Function Index

authenticate/1
authenticate/2
format_error/1
get_cert_domains/1

Function Details

authenticate/1

authenticate(State::xmpp_stream_in:state() | xmpp_stream_out:state()) -> {ok, binary()} | {error, atom(), binary()}

authenticate/2

authenticate(State::xmpp_stream_in:state() | xmpp_stream_out:state(), Authzid::binary()) -> {ok, binary()} | {error, atom(), binary()}

format_error/1

format_error(Other) -> any()

get_cert_domains/1

get_cert_domains(Cert::cert()) -> [binary()]


Generated by EDoc