| | |
| | | import org.opends.server.admin.std.meta.BackendCfgDefn; |
| | | import org.opends.server.admin.std.meta.LDIFBackendCfgDefn; |
| | | import org.opends.server.config.ConfigConstants; |
| | | import org.opends.server.crypto.CryptoManager; |
| | | import org.opends.server.crypto.CryptoManagerImpl; |
| | | import org.opends.server.types.CryptoManagerException; |
| | | import org.opends.server.types.DN; |
| | | |
| | |
| | | else { |
| | | /* create key ID, if it was not supplied in serverProperties */ |
| | | if (null == keyID) { |
| | | keyID = CryptoManager.getInstanceKeyID( |
| | | keyID = CryptoManagerImpl.getInstanceKeyID( |
| | | (byte[])serverProperties.get( |
| | | ServerProperty.INSTANCE_PUBLIC_KEY_CERTIFICATE)); |
| | | keyAttrs.put(new BasicAttribute( |