Liking cljdoc? Tell your friends :D

clj-pgp.tags

Vars which map Cloure keywords to numeric BouncyCastle tag codes.

Vars which map Cloure keywords to numeric BouncyCastle tag codes.
raw docstring

code->tagclj

(code->tag tags code)

Look up the keyword for a tag from the numeric code.

Look up the keyword for a tag from the numeric code.
sourceraw docstring

compression-algorithm-codeclj

(compression-algorithm-code value)

Validate and coerce the argument into a compression-algorithm tag code.

Validate and coerce the argument into a compression-algorithm tag code.
sourceraw docstring

compression-algorithm-tagclj

(compression-algorithm-tag value)

Validate and coerce the argument into a compression-algorithm tag keyword.

Validate and coerce the argument into a compression-algorithm tag keyword.
sourceraw docstring

compression-algorithm-tagsclj

Map of compression-algorithm tag codes.

Map of compression-algorithm tag codes.
sourceraw docstring

hash-algorithm-codeclj

(hash-algorithm-code value)

Validate and coerce the argument into a hash-algorithm tag code.

Validate and coerce the argument into a hash-algorithm tag code.
sourceraw docstring

hash-algorithm-tagclj

(hash-algorithm-tag value)

Validate and coerce the argument into a hash-algorithm tag keyword.

Validate and coerce the argument into a hash-algorithm tag keyword.
sourceraw docstring

hash-algorithm-tagsclj

Map of hash-algorithm tag codes.

Map of hash-algorithm tag codes.
sourceraw docstring

public-key-algorithm-codeclj

(public-key-algorithm-code value)

Validate and coerce the argument into a public-key-algorithm tag code.

Validate and coerce the argument into a public-key-algorithm tag code.
sourceraw docstring

public-key-algorithm-tagclj

(public-key-algorithm-tag value)

Validate and coerce the argument into a public-key-algorithm tag keyword.

Validate and coerce the argument into a public-key-algorithm tag keyword.
sourceraw docstring

public-key-algorithm-tagsclj

Map of public-key-algorithm tag codes.

Map of public-key-algorithm tag codes.
sourceraw docstring

symmetric-key-algorithm-codeclj

(symmetric-key-algorithm-code value)

Validate and coerce the argument into a symmetric-key-algorithm tag code.

Validate and coerce the argument into a symmetric-key-algorithm tag code.
sourceraw docstring

symmetric-key-algorithm-tagclj

(symmetric-key-algorithm-tag value)

Validate and coerce the argument into a symmetric-key-algorithm tag keyword.

Validate and coerce the argument into a symmetric-key-algorithm tag keyword.
sourceraw docstring

symmetric-key-algorithm-tagsclj

Map of symmetric-key-algorithm tag codes.

Map of symmetric-key-algorithm tag codes.
sourceraw docstring

tag->codeclj

(tag->code tag-name tags value)

Coerce a value into a numeric tag code. The argument may be a keyword or a number. If the tag map does not contain the value, an exception is thrown.

Coerce a value into a numeric tag code. The argument may be a keyword or a
number. If the tag map does not contain the value, an exception is thrown.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close