Vars which map Cloure keywords to numeric BouncyCastle tag codes.
Vars which map Cloure keywords to numeric BouncyCastle tag codes.
(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.
(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.
(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.
Map of compression-algorithm tag codes.
Map of compression-algorithm tag codes.
(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.
(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.
Map of hash-algorithm tag codes.
Map of hash-algorithm tag codes.
(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.
(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.
Map of public-key-algorithm tag codes.
Map of public-key-algorithm tag codes.
(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.
(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.
Map of symmetric-key-algorithm tag codes.
Map of symmetric-key-algorithm tag codes.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close