Class BaseSAML2KeystoreGenerator

    • Field Detail

      • CERTIFICATES_PREFIX

        protected static final java.lang.String CERTIFICATES_PREFIX
        See Also:
        Constant Field Values
      • logger

        protected final org.slf4j.Logger logger
    • Constructor Detail

      • BaseSAML2KeystoreGenerator

        public BaseSAML2KeystoreGenerator​(SAML2Configuration saml2Configuration)
    • Method Detail

      • store

        protected abstract void store​(java.security.KeyStore ks,
                                      java.security.cert.X509Certificate certificate,
                                      java.security.PrivateKey privateKey)
                               throws java.lang.Exception
        Throws:
        java.lang.Exception