Skip to Content.
Sympa Menu

mace-opensaml-users - how to generate X509Certificate

Subject: OpenSAML user discussion

List archive

how to generate X509Certificate


Chronological Thread 
  • From:
  • To:
  • Subject: how to generate X509Certificate
  • Date: Wed, 10 Oct 2007 07:30:25 -0400 (EDT)

I have a public key

java.security.cert.X509Certificate x509Cert =
(java.security.cert.X509Certificate) ksASelect.getCertificate(certname);
PublicKey oPublicKey = x509Cert.getPublicKey();

How can I put this key into the metadata element <dsig:X509Certificate> to
publish it.

d:KeyDescriptor use="signing">
<dsig:KeyInfo>
<dsig:X509Data>
<dsig:X509Certificate>
MIIDWTCCblablblalalbalblalbalblalbalb


Which saml librarys can I use. Is there any kind of an example or
documentation.



Archive powered by MHonArc 2.6.16.

Top of Page