Class AlfrescoKeyStoreImpl.KeyInfoManager

  • Enclosing class:
    AlfrescoKeyStoreImpl

    public static class AlfrescoKeyStoreImpl.KeyInfoManager
    extends java.lang.Object
    • Method Detail

      • loadKeyMetaData

        protected void loadKeyMetaData()
                                throws java.io.IOException,
                                       java.io.FileNotFoundException
        Set the map of key meta data (including passwords to access the keystore).

        Where required, null values must be inserted into the map to indicate the presence of a key that is not protected by a password. They entry for AlfrescoKeyStore.KEY_KEYSTORE_PASSWORD is required if the keystore is password protected.

        Throws:
        java.io.IOException
        java.io.FileNotFoundException
      • clear

        public void clear()
      • removeKeyInformation

        public void removeKeyInformation​(java.lang.String keyAlias)
      • getKeyStorePassword

        public java.lang.String getKeyStorePassword()
      • clearKeyStorePassword

        public void clearKeyStorePassword()