All topics

PKI

8 articles tagged PKI.

XML Digital Signatures

  • Authentication
  • Digital Signatures
  • PKI

The XML DSig specification is used to provide digital signature functionality to XML Documents. It is is used by numerous other specs such as WS-Security and SAML2. This blog entry will describe how digital signatures work with an X509 private/public key pair.

Read article: XML Digital Signatures

Generating and Uploading a Shared Key (Symmetric Key) to DataPower Appliances

  • AES
  • DataPower
  • Key Management

DataPower does not seem to provide a tool to generate a Shared Key that can be used with 3DES or AES algorithms. DataPower does provide a tool for generating X509 private keys, certificate requests, and self-signed certificates-in the Crypto Tools section-but we are concerned with Shared Keys…

Read article: Generating and Uploading a Shared Key (Symmetric Key) to DataPower Appliances

Part 1: Creating your own SSL certificates for a custom Java client-server application

  • Key Management
  • PKI
  • TLS / SSL

If you replace the steps for creating your own CA private key & certificate and signing your own certificate (with the CA) with having certificates signed by a legitimate Certificate Authority, you've got the basic idea behind creating/ordering certs for most situations.

Read article: Part 1: Creating your own SSL certificates for a custom Java client-server application