# Functions
Decrypt uses a PBKDF2 key encryption method with a AES-CBC 256 algorithm.
Encrypt uses a PBKDF2 key encryption method with a AES-CBC 256 algorithm.
GenerateCallbackURL is used to generate an encrypted URL where a user-agent can be directed.
Checks whether a pool (array) of certificates contains given certificate Example usage: check if a client certificate is one of the trusted certificates (by exact match, rather than a chain of trust).
Parse a client certificate string from custom HTTP request header to an x509.Certificate object.
SignHMAC will sign a message using the HMAC-SHA1 algorithm.
SignRSA creates the signature for oauth1 with rsa-sha1.