Chilkat DSA/DSS Java Component is a simple library that can be used in applications and websites in order to create and verify DSA signatures and keys.
The Digital Signature Algorithm (DSA) is a United States Federal Government standard (or FIPS) for digital signatures.
DSA was proposed by the National Institute of Standards and Technology (NIST) for use in their Digital Signature Standard (DSS).
Here are some key features of "Chilkat DSA/DSS Java Component":
· Create and verify DSA signatures.
· Generate DSA keys.
· Generate DSA keys based on parameters created by OpenSSL.
· Set public key explicitly from P, Q, G, and Y values.
· Set private key explicitly from P, Q, G, and X values.
· Provides access to P, Q, G, X, and Y as hex-encoded SSH1-format bignums.
· Import public/private DSA keys from DER.
· Import public/private DSA keys from PEM.
· Import encrypted private DSA keys from PEM.
· Import public/private DSA keys from XML.
· Export public/private DSA keys to DER.
· Export public/private DSA keys to PEM.
· Export encrypted private DSA keys to PEM.
· Export public/private DSA keys to XML.
Requirements:
· Java
Limitations:
· 30 days trial.
What's New in This Release: [ read full changelog ]
· All:
· Added a free supporting CkDateTime object for date/time functionality. The use of SYSTEMTIME will become deprecated in favor of methods that instead return a CkDateTime object. More information about this will be added to www.example-code.com, as well as the reference documentation.
· (Compression):
· Added the “zlib” compression algorithm to the Chilkat.Compression / CkCompression class. This is the same as “deflate”, but includes the zlib header.
(Certificate):
·
The Rfc822Name string property will return all subject alternative names (if more than one exists) in comma-separated list.
(Crypt):
·
Added “Q”, “B”, “url_oauth”, “url_rfc1738″, “url_rfc2396″, “url_rfc3986″ to the list of available encoding/decoding algorithms (i.e. the Chilkat.Crypt2.EncodingMode property).
(CkString):
·
Extended CkString so that the AppendEncoded and GetDecoded methods recognize and use any of the encoding algorithms available in the Chilkat.Crypt2.EncodingMode property.
· (HTTP):
· Fixed SynchronousReques...