Copyright © 2014-2015, Andrew Bennett
Authors: Andrew Bennett (andrew@pixid.com).
key() = #jose_jwk{}
block_decrypt(Encrypted, JWK) -> any()
block_encrypt(PlainText, JWK) -> any()
block_encrypt(PlainText, JWE, JWK) -> any()
block_encryptor(List) -> any()
box_decrypt(Encrypted, MyPrivateJWK) -> any()
box_encrypt(PlainText, OtherPublicJWK) -> any()
Generates an ephemeral private key based on other public key curve.
box_encrypt(PlainText, OtherPublicJWK, MyPrivateJWK) -> any()
box_encrypt(PlainText, JWE, OtherPublicJWK, MyPrivateJWK) -> any()
from(List) -> any()
from(Key, List) -> any()
from_binary(List) -> any()
from_binary(Key, List) -> any()
from_file(File) -> any()
from_file(Key, File) -> any()
from_firebase(Binary) -> any()
from_key(List) -> any()
from_map(List) -> any()
from_map(Key, List) -> any()
from_oct(List) -> any()
from_oct(Key, List) -> any()
from_oct_file(File) -> any()
from_oct_file(Key, File) -> any()
from_okp(List) -> any()
from_openssh_key(List) -> any()
from_openssh_key_file(File) -> any()
from_pem(List) -> any()
from_pem(Key, List) -> any()
from_pem_file(File) -> any()
from_pem_file(Key, File) -> any()
generate_key(Jose_jwk) -> any()
merge(LeftJWK, RightMap) -> any()
shared_secret(Jose_jwk, MyJWK) -> any()
sign(PlainText, JWK) -> any()
sign(PlainText, JWS, JWK) -> any()
signer(List) -> any()
thumbprint(List) -> any()
thumbprint(DigestType, List) -> any()
to_binary(List) -> any()
to_binary(Key, List) -> any()
to_binary(Key, JWE, JWK) -> any()
to_file(File, JWK) -> any()
to_file(Key, File, JWK) -> any()
to_file(Key, File, JWE, JWK) -> any()
to_key(List) -> any()
to_map(List) -> any()
to_map(Key, JWK) -> any()
to_map(Key, JWE, JWK) -> any()
to_oct(List) -> any()
to_oct(Key, JWK) -> any()
to_oct(Key, JWE, JWK) -> any()
to_oct_file(File, JWK) -> any()
to_oct_file(Key, File, JWK) -> any()
to_oct_file(Key, File, JWE, JWK) -> any()
to_okp(List) -> any()
to_openssh_key(List) -> any()
to_openssh_key_file(File, JWK) -> any()
to_pem(List) -> any()
to_pem(Key, Jose_jwk) -> any()
to_pem_file(File, JWK) -> any()
to_pem_file(Key, File, JWK) -> any()
to_public(List) -> any()
to_public_file(File, JWK) -> any()
to_public_key(List) -> any()
to_public_map(List) -> any()
to_thumbprint_map(List) -> any()
verifier(List) -> any()
verify(Signed, JWK) -> any()
verify_strict(Signed, Allow, JWK) -> any()
Generated by EDoc