diff options
author | ale <ale@FreeBSD.org> | 2007-02-23 15:06:58 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2007-02-23 15:06:58 +0800 |
commit | 4ec6372c3cfe335f0ecf6d9138c312d60698df71 (patch) | |
tree | 4c6680757250fb95a0b1822ef4bc0474fd3b0eef /security/Makefile | |
parent | 4049c3525e7e93ce3ffab85a34efe84a4d619cfa (diff) | |
download | freebsd-ports-gnome-4ec6372c3cfe335f0ecf6d9138c312d60698df71.tar.gz freebsd-ports-gnome-4ec6372c3cfe335f0ecf6d9138c312d60698df71.tar.zst freebsd-ports-gnome-4ec6372c3cfe335f0ecf6d9138c312d60698df71.zip |
This is a library for the Java platform which makes PKCS#11 (also known
as Cryptoki) modules accessible from within Java. A PKCS#11 module is a
software library with a defined API which allows access to cryptographic
hardware. It usually comes with hardware security modules (HSM), smart
cards and crypto tokens (e.g. USB tokens). Thus, the PKCS#11 Wrapper
provides Java software access to almost any crypto hardware. For
example, a Java application can use it to integrate a HSM or a smart
card to create digital signatures, to decrypt data or to unwrap keys.
WWW: http://jce.iaik.tugraz.at/sic/products/core_crypto_toolkits/pkcs_11_wrapper
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 22a1192fa8fb..becab54b037a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -180,6 +180,7 @@ SUBDIR += httprint SUBDIR += hunch SUBDIR += hydra + SUBDIR += iaikpkcs11wrapper SUBDIR += idea SUBDIR += ident2 SUBDIR += identify |