Module otpbp_public_key

Function Index

cacerts_clear/0
cacerts_get/0
cacerts_load/0
cacerts_load/1
encrypt_private/3
encrypt_public/3
pkix_hash_type/1
pkix_subject_id/1
pkix_test_data/1
pkix_test_root_cert/2
pkix_verify_hostname_match_fun/1
sign/4
verify/5

Function Details

cacerts_clear/0

cacerts_clear() -> any()

cacerts_get/0

cacerts_get() -> any()

cacerts_load/0

cacerts_load() -> any()

cacerts_load/1

cacerts_load(File) -> any()

encrypt_private/3

encrypt_private(PlainText, Key, Options) -> any()

encrypt_public/3

encrypt_public(PlainText, X2, Options) -> any()

pkix_hash_type/1

pkix_hash_type(X1) -> any()

pkix_subject_id/1

pkix_subject_id(OtpCert) -> any()

pkix_test_data/1

pkix_test_data(Chain) -> any()

pkix_test_root_cert/2

pkix_test_root_cert(Name, Opts) -> any()

pkix_verify_hostname_match_fun/1

pkix_verify_hostname_match_fun(X1) -> any()

sign/4

sign(Digest, DigestType, Key, X4) -> any()

verify/5

verify(Digest, DigestType, Signature, Key, X5) -> any()


Generated by EDoc