Package be.cardon.nativecall.cryptoapi

Provides low level access to Microsoft CryptoAPI using the Java Native Interface.

See:
          Description

Class Summary
Constants Wrapper for the CryptoAPI constants as defined in WinCrypt.h (this class is not complete !
CryptoAPICalls Native functions calls to CryptoAPI using the Java Native Interface (JNI).
Struct_CRYPTOAPI_BLOB Wrapper for structure _CRYPTOAPI_BLOB.
Struct_CTL_USAGE Wrapper for structure _CTL_USAGE.
StructCERT_CHAIN_CONTEXT Wrapper for structure CERT_CHAIN_CONTEXT.
StructCERT_CHAIN_ELEMENT Wrapper for structure CERT_CHAIN_ELEMENT.
StructCERT_CHAIN_PARA Wrapper for structure CERT_CHAIN_PARA.
StructCERT_CONTEXT Wrapper for structure CERT_CONTEXT.
StructCERT_ENHKEY_USAGE Wrapper for structure CERT_ENKEY_USAGE.
StructCERT_INFO Wrapper for structure CERT_INFO.
StructCERT_NAME_BLOB Wrapper for structure CERT_NAME_BLOB.
StructCERT_SIMPLE_CHAIN Wrapper for structure CERT_SIMPLE_CHAIN.
StructCERT_TRUST_STATUS Wrapper for structure CERT_TRUST_STATUS.
StructCERT_USAGE_MATCH Wrapper for structure CERT_USAGE_MATCH.
StructCRYPT_INTEGER_BLOB Wrapper for structure CRYPT_INTEGER_BLOB.
StructCTL_USAGE Wrapper for structure CTL_USAGE.
 

Exception Summary
CryptoAPIException General CryptoAPI Exception
 

Package be.cardon.nativecall.cryptoapi Description

Provides low level access to Microsoft CryptoAPI using the Java Native Interface.

Informations about the MicrosoftCryptoAPI is available online on the Microsoft MSDN at http://msdn.microsoft.com/library/en-us/seccrypto/security/cryptography_portal.asp.

You can also download the Microsoft Platform SDK for Windows Server 2003 R2 or later version without charge. This developer kit contains all the documentation about CryptoAPI (search in the contents for Security, and then Cryptography).