Class KeyStoreManager

    • Method Detail

      • isInitialized

        public boolean isInitialized()
      • getIssuerPublicKeyMap

        public java.util.Map<java.lang.String,​java.security.PublicKey> getIssuerPublicKeyMap()
      • getCrlMap

        public java.util.Map<java.lang.String,​java.security.cert.X509CRL> getCrlMap()
      • getPrivateKey

        public java.security.PrivateKey getPrivateKey()
      • propertiesChange

        public void propertiesChange​(JProperties properties)
        Description copied from interface: JPropertiesListener
        Invoked after properties have been modified in JCMS and save on disk.

        You cannot alter the value received in parameters.

        Note that properties parameter may be null, a limited set of site properties, or all site properties.

        To check that a property has been modified, reload the "current" property instead using channel.getProperties or channel.getProperty.

        Specified by:
        propertiesChange in interface JPropertiesListener
        Parameters:
        properties - the properties which have been submitted to change
      • readPrivateKey

        public static java.security.PrivateKey readPrivateKey​(java.io.File privateKeyFile,
                                                              java.lang.String password)
        Read a private key file
        Parameters:
        privateKeyFile - the private key file
        password - the password to read the key
        Returns:
        the PrivateKey object, or null if any errors occurs