Class PublicKeyFactory


  • public class PublicKeyFactory
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.security.PublicKey create​(org.opensaml.xmlsec.signature.X509Certificate x509Certificate)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PublicKeyFactory

        public PublicKeyFactory()
                         throws java.security.cert.CertificateException
        Throws:
        java.security.cert.CertificateException
    • Method Detail

      • create

        public java.security.PublicKey create​(org.opensaml.xmlsec.signature.X509Certificate x509Certificate)